wok diff python-pyajam/receipt @ rev 25063
nfs-utils: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 20:10:22 2022 +0000 (2022-06-07) |
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 Tue Jun 07 20:10:22 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