diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-23 08:18:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-26 18:49:37 +0000 |
commit | b3f4749ebbc37f3e935462d9487a9d38e2210ef0 (patch) | |
tree | 4e5cb7a7777e2451d55547d4965074ec4ae820b8 | |
parent | 26183159f7e5cc9e7da55dd6a575b6bf8fb6de7b (diff) | |
download | aports-b3f4749ebbc37f3e935462d9487a9d38e2210ef0.tar.bz2 aports-b3f4749ebbc37f3e935462d9487a9d38e2210ef0.tar.xz |
testing/py-dulwich: upgrade to 0.19.0
-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 f11282a6f3..0d1634aded 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.18.6 +pkgver=0.19.0 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="2d2120e23dd4bc2c9dcfe601f21ac757ee3fe2a343923c50b32c067f4d329ac89cdf0894bff450bf52c69e99759bb8692f0f14ed73d01be6bc3b0402d58d1148 dulwich-0.18.6.tar.gz" +sha512sums="859e74ef6525b296fcf5dd5aa3898a1cde552a2ce1d7f1ad6fa74dd42b8eee1b459fd4b7eb55cc7e1a39b529060b4ec9800c9d284c31c5361f11f190b8d9a493 dulwich-0.19.0.tar.gz" |