summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2017-09-15 21:55:43 +0200
committerdrrossum2017-09-15 21:55:43 +0200
commit8e66e5681689ef7a234c1354d3d9383e9c9869a5 (patch)
treece9bd322ba73b35cb62adc9284449a5645090e38
parent6be22c03c12e8a7ed5b8b1ff63227b8efa36ce43 (diff)
downloadaur-8e66e5681689ef7a234c1354d3d9383e9c9869a5.tar.gz
bump to rev 0.18.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677837f796b7..66ca3c47a385 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jul 17 19:35:11 UTC 2017
+# Fri Sep 15 19:55:24 UTC 2017
pkgbase = python2-dulwich
pkgdesc = Pure-Python implementation of the Git file formats and protocols
- pkgver = 0.17.2
+ pkgver = 0.18.3
pkgrel = 1
url = https://www.dulwich.io/
arch = any
license = GPL2
options = !emptydirs
- source = https://www.dulwich.io/releases/dulwich-0.17.2.tar.gz
- source = https://www.dulwich.io/releases/dulwich-0.17.2.tar.gz.asc
- sha256sums = 90b5c1025f60c68b98980f85950860b980692053c7c5dd93c19cc3cb87f186b2
+ source = https://www.dulwich.io/releases/dulwich-0.18.3.tar.gz
+ source = https://www.dulwich.io/releases/dulwich-0.18.3.tar.gz.asc
+ sha256sums = d34c2628f89a5ac632fa462b2edd5afcfbf512793cfa14452d4c52f786962a8a
sha256sums = SKIP
pkgname = python2-dulwich
diff --git a/PKGBUILD b/PKGBUILD
index 8cc5d86993b6..62bbad8318c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timothée Ravier <tim@siosm.fr>
pkgname=(python2-dulwich python-dulwich)
-pkgver=0.17.2
+pkgver=0.18.3
pkgrel=1
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('any')
@@ -11,7 +11,7 @@ depends=()
options=(!emptydirs)
source=("https://www.dulwich.io/releases/dulwich-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij
-sha256sums=('90b5c1025f60c68b98980f85950860b980692053c7c5dd93c19cc3cb87f186b2'
+sha256sums=('d34c2628f89a5ac632fa462b2edd5afcfbf512793cfa14452d4c52f786962a8a'
'SKIP')
build() {