summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3d53ed73db8..cd22c096ae75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-snakebite
pkgdesc = Pure Python HDFS client
- pkgver = 2.7.1
+ pkgver = 2.7.2
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.7.1.tar.gz
- md5sums = 313ceacc5894b189d1f6dfd248ba6b80
- sha256sums = 670c54503570b13542fb62c96c7adfef064a71fe91e02711174982c5789afb84
+ source = https://pypi.python.org/packages/source/s/snakebite/snakebite-2.7.2.tar.gz
+ md5sums = 5a7275db9a6bf65af13bd57bc12ba547
+ sha256sums = 8ec8b49e079b2aa25e85fcbe309b2342499daa7b547c8b7d82184a7b11340a59
pkgname = python2-snakebite
diff --git a/PKGBUILD b/PKGBUILD
index 352410edb730..80c051b9b2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-snakebite
-pkgver=2.7.1
+pkgver=2.7.2
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=('313ceacc5894b189d1f6dfd248ba6b80')
-sha256sums=('670c54503570b13542fb62c96c7adfef064a71fe91e02711174982c5789afb84')
+md5sums=('5a7275db9a6bf65af13bd57bc12ba547')
+sha256sums=('8ec8b49e079b2aa25e85fcbe309b2342499daa7b547c8b7d82184a7b11340a59')
provides=('python2-snakebite' 'snakebite')
conflicts=('snakebite')