wok diff imapbackup/receipt @ rev 25236

updated python-shapely (1.7.0 -> 1.7.1)
author Hans-G?nter Theisgen
date Wed Jul 13 17:41:12 2022 +0100 (23 months ago)
parents daf2bdd6e3c7
children
line diff
     1.1 --- a/imapbackup/receipt	Tue Jan 21 17:45:43 2020 +0100
     1.2 +++ b/imapbackup/receipt	Wed Jul 13 17:41:12 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  {