summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-07-28 10:17:52 -0700
committerAndy Weidenbaum2015-07-28 10:17:52 -0700
commit5aefb355039777e91b5922fc3c65b3f961a94b55 (patch)
tree105c3b3d792233334f8dba9f62e3cc3186ad06bd
parentc93c201247187eb9bce454883c5aa278d3446019 (diff)
downloadaur-5aefb355039777e91b5922fc3c65b3f961a94b55.tar.gz
update pkgver to 2.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a000a01af28..ab717e331251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-snakebite
pkgdesc = Pure Python HDFS client
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/spotify/snakebite
arch = any
@@ -15,9 +15,9 @@ pkgbase = python2-snakebite
provides = snakebite
conflicts = snakebite
options = !emptydirs
- source = https://pypi.python.org/packages/source/s/snakebite/snakebite-2.6.0.tar.gz
- md5sums = 7f0481bd5083b6a43e698eeedfd48a07
- sha256sums = 48549a58e71164d964894eeb4a74dfc69ff1c8011e85d9ead1a91205d8b7dc78
+ source = https://pypi.python.org/packages/source/s/snakebite/snakebite-2.6.1.tar.gz
+ md5sums = da2b16a50db85e14550cbe83be3c04fc
+ sha256sums = c040185f7451e2bf7aa865b0f7c09612b1c6e3082a2d67dfe329082082b6203c
pkgname = python2-snakebite
diff --git a/PKGBUILD b/PKGBUILD
index 9f6eb0f0dcf8..eb0a06781e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-snakebite
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="Pure Python HDFS client"
arch=('any')
@@ -15,8 +15,8 @@ url="https://github.com/spotify/snakebite"
license=('Apache')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/s/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('7f0481bd5083b6a43e698eeedfd48a07')
-sha256sums=('48549a58e71164d964894eeb4a74dfc69ff1c8011e85d9ead1a91205d8b7dc78')
+md5sums=('da2b16a50db85e14550cbe83be3c04fc')
+sha256sums=('c040185f7451e2bf7aa865b0f7c09612b1c6e3082a2d67dfe329082082b6203c')
provides=('python2-snakebite' 'snakebite')
conflicts=('snakebite')