diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-05-05 10:35:03 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 06:51:27 +0000 |
commit | 490b4721f5949301ccfe1b1199ff70081b6d2130 (patch) | |
tree | af774ea8ecefdd6fb2678e232cb9470c5de07516 /testing/py-dulwich | |
parent | f9e0a2cfe81861ca8baca3b5688bdb275a439522 (diff) | |
download | aports-490b4721f5949301ccfe1b1199ff70081b6d2130.tar.bz2 aports-490b4721f5949301ccfe1b1199ff70081b6d2130.tar.xz |
testing/py-dulwich: upgrade to 0.19.2
Diffstat (limited to 'testing/py-dulwich')
-rw-r--r-- | testing/py-dulwich/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index 0d1634aded..e31553369c 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.0 +pkgver=0.19.2 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="https://www.dulwich.io" @@ -48,4 +48,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -sha512sums="859e74ef6525b296fcf5dd5aa3898a1cde552a2ce1d7f1ad6fa74dd42b8eee1b459fd4b7eb55cc7e1a39b529060b4ec9800c9d284c31c5361f11f190b8d9a493 dulwich-0.19.0.tar.gz" +sha512sums="b4bea6080e8dc4516638299b95c6abad2029bfdcf67b1bc3fb490c044ea0108602b0e8bae4c5c842b9cf6db7e6bef71365298300406dc7a6cd801cd92a1652dc dulwich-0.19.2.tar.gz" |