aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2019-01-22 09:59:44 +0000
committerAndy Postnikov <apostnikov@gmail.com>2019-01-22 16:22:44 +0200
commit70a222f1c53e8ad7e18a3174011f573636102cfb (patch)
tree2d7ae2ba01af0b957eaf7b8e5baa40bc943b2294
parent21acfbae3a5aa265c96c83da6ac27e04f1e03c7a (diff)
downloadaports-70a222f1c53e8ad7e18a3174011f573636102cfb.tar.bz2
aports-70a222f1c53e8ad7e18a3174011f573636102cfb.tar.xz
testing/py-dulwich: upgrade to 0.19.10
-rw-r--r--testing/py-dulwich/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD
index 98c8648de5..b71b432162 100644
--- a/testing/py-dulwich/APKBUILD
+++ b/testing/py-dulwich/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-dulwich
_pkgname=dulwich
-pkgver=0.19.9
+pkgver=0.19.10
pkgrel=0
pkgdesc="A python implementation of the Git file formats and protocols"
url="https://www.dulwich.io"
@@ -11,8 +11,8 @@ license="GPL-2.0-or-later or Apache-2.0"
options="!check" # Tests are failing (http-backend)
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
-source="https://www.dulwich.io/releases/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
+source="https://github.com/dulwich/dulwich/archive/$_pkgname-$pkgver.tar.gz"
+builddir="$srcdir"/$_pkgname-dulwich-$pkgver
build() {
cd "$builddir"
@@ -48,4 +48,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir" || return 1
}
-sha512sums="7e97faaf566c60886ae806941c5d58495fd0fd3e7fe6d7d23033c6b721bd602ed6dce429c13d50fca6da320984a9a352edb7709c59cdea98c28ccd5522817580 dulwich-0.19.9.tar.gz"
+sha512sums="0699e7cdea103f2caca24b7841d2cb761d264d3847c22ceb74b5c3f9a890ad8143dad5affd339da424b38c1b13e55788b2d521797b9653a7ff7c373ab02b2401 dulwich-0.19.10.tar.gz"