wok diff dulwich/receipt @ rev 23106

updated libstatgrab and libstatgrab-dev (0.91 -> 0.92)
author Hans-G?nter Theisgen
date Thu Mar 12 13:23:05 2020 +0100 (2020-03-12)
parents 8dd8bab3f0ca
children 104a2a2e5484
line diff
     1.1 --- a/dulwich/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/dulwich/receipt	Thu Mar 12 13:23:05 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dulwich"
     1.7 -VERSION="0.8.5"
     1.8 +VERSION="0.19.14"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Git files formats and protocols for python."
    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.gz"
    1.16 -WGET_URL="${WEB_SITE}$TARBALL"
    1.17 +WGET_URL="https://www.dulwich.io/releases/$TARBALL"
    1.18  
    1.19  DEPENDS="python"
    1.20  BUILD_DEPENDS="python-dev"
    1.21 @@ -22,5 +23,5 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	cp -a $install/* $fs
    1.26 +	cp -a $install/*	$fs
    1.27  }