diff --git a/misc/optparse/Kconfig b/misc/optparse/Kconfig index 7a9f6f2244..71c038f733 100644 --- a/misc/optparse/Kconfig +++ b/misc/optparse/Kconfig @@ -16,14 +16,10 @@ if PKG_USING_OPTPARSE config PKG_USING_OPTPARSE_LATEST_VERSION bool "latest" - - config PKG_USING_OPTPARSE_V100 - bool "v1.0.0" endchoice config PKG_OPTPARSE_VER string - default "v1.0.0" if PKG_USING_OPTPARSE_V100 default "latest" if PKG_USING_OPTPARSE_LATEST_VERSION config OPTPARSE_USING_DEMO diff --git a/misc/optparse/package.json b/misc/optparse/package.json index 04232135c5..ac47cecc96 100644 --- a/misc/optparse/package.json +++ b/misc/optparse/package.json @@ -16,12 +16,6 @@ "repository": "https://github.com/RT-Thread-packages/optparse", "homepage": "https://github.com/RT-Thread-packages/optparse#readme", "site": [ - { - "version": "v1.0.0", - "URL": "https://github.com/RT-Thread-packages/optparse.git", - "filename": "optparse-v1.0.0.zip", - "VER_SHA": "98a75bb7c422e88eab9da8eb1b57608a8f303059" - }, { "version": "latest", "URL": "https://github.com/RT-Thread-packages/optparse.git",