summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2016-08-30 16:45:04 +0200
committerdrrossum2016-08-30 16:45:04 +0200
commit215aff10f93a5c88ab49d641b82ea4e7eb462af1 (patch)
treeacf376b24859525a0b88c27ba090ab109bf40d27
parent75cd8c7675af27ee1048f60cdb2d4c501ab4aba6 (diff)
downloadaur-215aff10f93a5c88ab49d641b82ea4e7eb462af1.tar.gz
bump to version 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 892dce729e71..785a364ab6ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 12:19:00 UTC 2016
+# Tue Aug 30 14:44:45 UTC 2016
pkgbase = python2-dulwich
pkgdesc = Dulwich is a pure-Python implementation of the Git file formats and protocols.
- pkgver = 0.13.0
+ pkgver = 0.14.1
pkgrel = 1
url = http://samba.org/~jelmer/dulwich/
arch = any
license = GPL2
depends = python2
- source = https://www.dulwich.io/releases/dulwich-0.13.0.tar.gz
- sha1sums = a1211d8e42904a3477098458d5cd870c46313abc
+ source = https://www.dulwich.io/releases/dulwich-0.14.1.tar.gz
+ sha1sums = 8c72dcb20f340bf396747ed0d454faeb1ac84173
pkgname = python2-dulwich
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"