wok diff android-platform-tools/receipt @ rev 24885

updated mcabber (0.9.10 -> 1.1.2)
author Hans-G?nter Theisgen
date Fri Apr 01 07:52:41 2022 +0100 (2022-04-01)
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 Apr 01 07:52:41 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  {