wok diff imapbackup/receipt @ rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents daf2bdd6e3c7
children
line diff
     1.1 --- a/imapbackup/receipt	Tue Jan 21 17:45:43 2020 +0100
     1.2 +++ b/imapbackup/receipt	Mon May 02 16:22:04 2022 +0000
     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  {