wok diff android-build-tools/receipt @ rev 24900

updated megatools (1.9.96 -> 1.10.3)
author Hans-G?nter Theisgen
date Sat Apr 09 10:09:47 2022 +0100 (2022-04-09)
parents 6e8b1bcb30e2
children 1e09c4c56491
line diff
     1.1 --- a/android-build-tools/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/android-build-tools/receipt	Sat Apr 09 10:09:47 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/build-tools 2>/dev/null | \
    1.11 +	sed '/Build Tools,/!d;/ rc/d;s|.*evision ||;s| .*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {