summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dadee8cecaf1..f74a7a8b2e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-dulwich
-pkgver=0.13.0
+pkgver=0.14.1
pkgrel=1
pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols."
arch=('any')
@@ -8,7 +8,7 @@ license=('GPL2')
depends=('python2')
source=("https://www.dulwich.io/releases/dulwich-$pkgver.tar.gz")
-sha1sums=('a1211d8e42904a3477098458d5cd870c46313abc')
+sha1sums=('8c72dcb20f340bf396747ed0d454faeb1ac84173')
package() {
cd "$srcdir/dulwich-$pkgver"