wok-6.x diff android-platform-tools/receipt @ rev 25256
updated qrencode and qrencode-dev (4.0.2 -> 4.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 15 06:38:49 2022 +0100 (2022-07-15) |
parents | a1b12ae1c852 |
children |
line diff
1.1 --- a/android-platform-tools/receipt Thu Feb 11 17:59:34 2021 +0000 1.2 +++ b/android-platform-tools/receipt Fri Jul 15 06:38:49 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 1.5 DEPENDS="android-sdk" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://developer.android.com/studio/releases/platform-tools 2>/dev/null | \ 1.11 + sed '/<h4 id/!d;s|.*">|r|;s| .*||;q' 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {