wok diff python-pyajam/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (24 months ago)
parents 1a39a3d55d0e
children 00a75945593a
line diff
     1.1 --- a/python-pyajam/receipt	Sun Mar 13 19:47:29 2022 +0000
     1.2 +++ b/python-pyajam/receipt	Sat Jun 18 20:27:19 2022 +0000
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-pyajam"
     1.7 -GITHASH="7df98e46bd1c2be024299b572e4ccfeab1b916be"
     1.8 -VERSION="${GITHASH:0:7}"
     1.9 +GITHASH="e8367de52f52b7381afaad1f7cc9c7e4df1b3acb"
    1.10 +VERSION="0.2"
    1.11  CATEGORY="development"
    1.12  SHORT_DESC="Pythonic interface of Asterisk AJAM protocol"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL3"
    1.15 -WEB_SITE="https://github.com/litnimax/PyAjam"
    1.16 +#WEB_SITE="https://github.com/litnimax/PyAjam"
    1.17 +WEB_SITE="https://github.com/gbour/PyAjam"
    1.18  TARBALL="$PACKAGE-$VERSION.zip"
    1.19  WGET_URL="$WEB_SITE/archive/$GITHASH.zip"
    1.20  
    1.21 @@ -17,7 +18,7 @@
    1.22  # What is the latest version available today?
    1.23  current_version()
    1.24  {
    1.25 -	wget -O - https://raw.githubusercontent.com/litnimax/PyAjam/master/CHANGES 2>/dev/null | \
    1.26 +	wget -O - https://raw.githubusercontent.com/gbour/PyAjam/master/CHANGES 2>/dev/null | \
    1.27  	sed '/^[0-9]/!d;s| .*||' | sort -Vr | sed q
    1.28  }
    1.29