wok diff hg-git/receipt @ rev 25086
created recipe for sylpheed-lang
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 17 06:42:13 2022 +0100 (2022-06-17) |
parents | 104a2a2e5484 |
children |
line diff
1.1 --- a/hg-git/receipt Mon Feb 07 18:01:05 2022 +0000 1.2 +++ b/hg-git/receipt Fri Jun 17 06:42:13 2022 +0100 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hg-git" 1.7 -VERSION="0.8.13" 1.8 +VERSION="0.10.4" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Git plugin for mercurial." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://pypi.org/project/$PACKAGE/" 1.14 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="https://files.pythonhosted.org/packages/source/h/hg-git/$TARBALL" 1.19 1.20 -DEPENDS="dulwich mercurial python" 1.21 +DEPENDS="mercurial dulwich python" 1.22 BUILD_DEPENDS="python-dev" 1.23 1.24 # What is the latest version available today?