diff --git a/peripherals/beep/Kconfig b/peripherals/beep/Kconfig index 0af3eeb1d6f09874315d7f9c849a4d8fb61b568c..a2ba1b24cfc81bdf25b1df511cee976aa401bc07 100644 --- a/peripherals/beep/Kconfig +++ b/peripherals/beep/Kconfig @@ -69,10 +69,13 @@ if PKG_USING_BEEP choice prompt "Version" - default PKG_USING_BEEP_V110 + default PKG_USING_BEEP_V120 help Select the this package version + config PKG_USING_BEEP_V120 + bool "v1.2.0" + config PKG_USING_BEEP_V110 bool "v1.1.0" @@ -85,6 +88,7 @@ if PKG_USING_BEEP config PKG_BEEP_VER string + default "v1.2.0" if PKG_USING_BEEP_V120 default "v1.1.0" if PKG_USING_BEEP_V110 default "v1.0.0" if PKG_USING_BEEP_V100 default "latest" if PKG_USING_BEEP_LATEST_VERSION diff --git a/peripherals/beep/package.json b/peripherals/beep/package.json index c13002dd5f35069a4c1042c72604845e4383d451..7bb7e3ccb25c79d3d45fa3dea10c070917b896cd 100644 --- a/peripherals/beep/package.json +++ b/peripherals/beep/package.json @@ -15,9 +15,9 @@ "github": "Sunwancn" }, "license": "Apache-2.0", - "repository": "https://github.com/Sunwancn/rtt-pkgs-beep", + "repository": "https://gitee.com/Sunwancn/rtt-pkgs-beep", "icon": "unknown", - "homepage": "https://github.com/Sunwancn/rtt-pkgs-beep", + "homepage": "https://gitee.com/Sunwancn/rtt-pkgs-beep", "doc": "unknown", "site": [ { @@ -32,9 +32,15 @@ "filename": "rtt-pkgs-beep-1.1.0.zip", "VER_SHA": "NULL" }, + { + "version": "v1.2.0", + "URL": "https://gitee.com/sunwancn/rtt-pkgs-beep.git", + "filename": "rtt-pkgs-beep-1.2.0.zip", + "VER_SHA": "02bea853135b984408450f3fdb943a5a927101a8" + }, { "version": "latest", - "URL": "https://github.com/Sunwancn/rtt-pkgs-beep.git", + "URL": "https://gitee.com/Sunwancn/rtt-pkgs-beep.git", "filename": "Null for git package", "VER_SHA": "master" }