wok diff dex2jar/receipt @ rev 24371
updated bird (2.0.7 -> 2.0.8)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 05 15:01:57 2022 +0100 (2022-02-05) |
parents | dd80d134f7ea |
children | 78727b04c002 |
line diff
1.1 --- a/dex2jar/receipt Tue Feb 19 14:54:13 2019 +0100 1.2 +++ b/dex2jar/receipt Sat Feb 05 15:01:57 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="java-jre" 1.5 BUILD_DEPENDS="" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/dex2jar/files/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*/dex2jar-||;s|.zip.*||;q' 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {