wok diff thunderbird-langpack-id/receipt @ rev 25084
updated p4wn (1.0 -> 2.01)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 15 17:34:03 2022 +0100 (2022-06-15) |
parents | 6135577f4d08 |
children | 41a539cfe5f8 |
line diff
1.1 --- a/thunderbird-langpack-id/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/thunderbird-langpack-id/receipt Wed Jun 15 17:34:03 2022 +0100 1.3 @@ -13,6 +13,13 @@ 1.4 1.5 DEPENDS="thunderbird" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://ftp.mozilla.org/pub/thunderbird/releases/ 2>/dev/null | \ 1.11 + sed '/[0-9]*\.[0-9]*\.[0-9]*esr/!d;s|.*">||;s|/.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {