Skip to content

Commit

Permalink
【更新】fastlz/quicklz/ulog_easyflash 软件包索引。
Browse files Browse the repository at this point in the history
Signed-off-by: armink <[email protected]>
  • Loading branch information
armink committed Mar 14, 2020
1 parent 117e6f7 commit 502b1e5
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 26 deletions.
18 changes: 8 additions & 10 deletions misc/fastlz/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,25 @@ if PKG_USING_FASTLZ

choice
prompt "version"
default PKG_USING_FASTLZ_V101
help
Select the fastlz version

config PKG_USING_FASTLZ_LATEST_VERSION
bool "latest"

config PKG_USING_FASTLZ_V101
bool "v1.0.1"

config PKG_USING_FASTLZ_V100
bool "v1.0.0"

endchoice

if PKG_USING_FASTLZ_V100
config PKG_FASTLZ_VER
string
default "v1.0.0"
endif

if PKG_USING_FASTLZ_LATEST_VERSION
config PKG_FASTLZ_VER
config PKG_FASTLZ_VER
string
default "latest"
endif
default "v1.0.1" if PKG_USING_FASTLZ_V101
default "v1.0.0" if PKG_USING_FASTLZ_V100
default "latest" if PKG_USING_FASTLZ_LATEST_VERSION

endif
8 changes: 7 additions & 1 deletion misc/fastlz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
"homepage": "https://github.com/RT-Thread-packages/fastlz#readme",
"readme": "a fastlz package for rt-thread",
"site": [
{
"version": "v1.0.1",
"URL": "https://github.com/RT-Thread-packages/fastlz/archive/1.0.1.zip",
"filename": "fastlz-1.0.1.zip",
"VER_SHA": ""
},
{
"version": "v1.0.0",
"URL": "https://github.com/RT-Thread-packages/fastlz.git",
"URL": "https://github.com/RT-Thread-packages/fastlz/archive/1.0.0.zip",
"filename": "fastlz-1.0.0.zip",
"VER_SHA": "4df55b9310625fcba86b8fa0fd949c1f3970fa29"
},
Expand Down
18 changes: 8 additions & 10 deletions misc/quicklz/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,25 @@ if PKG_USING_QUICKLZ

choice
prompt "version"
default PKG_USING_QUICKLZ_V101
help
Select the QuickLZ version

config PKG_USING_QUICKLZ_LATEST_VERSION
bool "latest"

config PKG_USING_QUICKLZ_V101
bool "v1.0.1"

config PKG_USING_QUICKLZ_V100
bool "v1.0.0"

endchoice

if PKG_USING_QUICKLZ_LATEST_VERSION
config PKG_QUICKLZ_VER
config PKG_QUICKLZ_VER
string
default "latest"
endif

if PKG_USING_QUICKLZ_V100
config PKG_QUICKLZ_VER
string
default "v1.0.0"
endif
default "v1.0.1" if PKG_USING_QUICKLZ_V101
default "v1.0.0" if PKG_USING_QUICKLZ_V100
default "latest" if PKG_USING_QUICKLZ_LATEST_VERSION

endif
8 changes: 7 additions & 1 deletion misc/quicklz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@
"homepage": "https://github.com/RT-Thread-packages/quicklz#readme",
"readme": "QuickLZ : Fast data compression library",
"site": [
{
"version": "v1.0.1",
"URL": "https://github.com/RT-Thread-packages/quicklz/archive/1.0.1.zip",
"filename": "quicklz-1.0.1.zip",
"VER_SHA": ""
},
{
"version": "v1.0.0",
"URL": "https://github.com/RT-Thread-packages/quicklz.git",
"URL": "https://github.com/RT-Thread-packages/quicklz/archive/1.0.0.zip",
"filename": "quicklz-1.0.0.zip",
"VER_SHA": "8c20952e047f0f5b4bdfb34cf1f38f91406b8d71"
},
Expand Down
6 changes: 5 additions & 1 deletion tools/ulog_easyflash/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ if PKG_USING_ULOG_EASYFLASH

choice
prompt "Version"
default PKG_USING_ULOG_EASYFLASH_LATEST_VERSION
default PKG_USING_ULOG_EASYFLASH_V00200
help
Select the package version

config PKG_USING_ULOG_EASYFLASH_V00200
bool "v0.2.0"

config PKG_USING_ULOG_EASYFLASH_V00100
bool "v0.1.0"

Expand All @@ -39,6 +42,7 @@ if PKG_USING_ULOG_EASYFLASH

config PKG_ULOG_EASYFLASH_VER
string
default "v0.2.0" if PKG_USING_ULOG_EASYFLASH_V00200
default "v0.1.0" if PKG_USING_ULOG_EASYFLASH_V00100
default "latest" if PKG_USING_ULOG_EASYFLASH_LATEST_VERSION

Expand Down
12 changes: 9 additions & 3 deletions tools/ulog_easyflash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@
"repository": "https://github.com/armink-rtt-pkgs/ulog_easyflash",
"homepage": "https://github.com/armink-rtt-pkgs/ulog_easyflash#readme",
"site": [
{
"version": "v0.2.0",
"URL": "https://github.com/armink-rtt-pkgs/ulog_easyflash/archive/0.2.0.zip",
"filename": "ulog_easyflash-0.2.0.zip",
"VER_SHA": "master"
},
{
"version": "v0.1.0",
"URL": "https://github.com/armink-rtt-pkgs/ulog_easyflash.git",
"filename": "ulog_easyflash_be-0.1.0.zip",
"VER_SHA": "9369dd51a8c3236d2b82302876915ff83cf3b510"
"URL": "https://github.com/armink-rtt-pkgs/ulog_easyflash/archive/0.1.0.zip",
"filename": "ulog_easyflash-0.1.0.zip",
"VER_SHA": "0f07aad9b5d79b0e38e6c7445a488235e1e1ff99"
},
{
"version": "latest",
Expand Down

0 comments on commit 502b1e5

Please sign in to comment.