wok-current diff imapbackup/receipt @ rev 24906
updated minidlna (1.2.1 -> 1.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 14:37:52 2022 +0100 (2022-04-09) |
parents | daf2bdd6e3c7 |
children |
line diff
1.1 --- a/imapbackup/receipt Tue Jan 21 17:45:43 2020 +0100 1.2 +++ b/imapbackup/receipt Sat Apr 09 14:37:52 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 1.5 DEPENDS="python" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://taoofmac.com/space/projects/imapbackup 2>/dev/null | \ 1.11 + sed '/imapbackup-/!d;s|.*imapbackup-||;s|.py.*||;q' 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {