wok diff s3ql/receipt @ rev 25794

created recipe for exo-lang
author Hans-G?nter Theisgen
date Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago)
parents 0f92b8cc8086
children
line diff
     1.1 --- a/s3ql/receipt	Sun May 08 13:06:36 2022 +0000
     1.2 +++ b/s3ql/receipt	Wed Oct 23 16:19:52 2024 +0100
     1.3 @@ -15,10 +15,11 @@
     1.4  python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
     1.5  python-pytest python-py python-unittest2"
     1.6  
     1.7 +# What is the latest version available today?
     1.8  current_version()
     1.9  {
    1.10 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.11 -	sed '/releases.tag/!d;s|.*/tag.release-\(.*\)".*|\1|;q'
    1.12 +	wget -O - $WEB_SITE/releases 2>/dev/null | \
    1.13 +	sed '/tag\//!d;s|.*tag/s3ql-*||;s|".*||;q'
    1.14  }
    1.15  
    1.16  # Rules to configure and make the package.