summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-01 09:09:13 -0700
committerAndy Weidenbaum2015-10-01 09:09:13 -0700
commit1c3d38bad70cd6f1446999f98a86192146c9ddd4 (patch)
tree6512c4c85489c454d59c4df341d60e9a139b93c8
parent5aefb355039777e91b5922fc3c65b3f961a94b55 (diff)
downloadaur-1c3d38bad70cd6f1446999f98a86192146c9ddd4.tar.gz
update pkgver to 2.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab717e331251..88042b2af671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-snakebite
pkgdesc = Pure Python HDFS client
- pkgver = 2.6.1
+ pkgver = 2.7.0
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.1.tar.gz
- md5sums = da2b16a50db85e14550cbe83be3c04fc
- sha256sums = c040185f7451e2bf7aa865b0f7c09612b1c6e3082a2d67dfe329082082b6203c
+ source = https://pypi.python.org/packages/source/s/snakebite/snakebite-2.7.0.tar.gz
+ md5sums = 5c95baa672fbe82fb2ddf4b6909c96fd
+ sha256sums = 95c9fa0a477acf7431dbdfcc03d648500925617ae2a72d103dc7f944cdc8a81f
pkgname = python2-snakebite
diff --git a/PKGBUILD b/PKGBUILD
index eb0a06781e60..80bc9a053adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-snakebite
-pkgver=2.6.1
+pkgver=2.7.0
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=('da2b16a50db85e14550cbe83be3c04fc')
-sha256sums=('c040185f7451e2bf7aa865b0f7c09612b1c6e3082a2d67dfe329082082b6203c')
+md5sums=('5c95baa672fbe82fb2ddf4b6909c96fd')
+sha256sums=('95c9fa0a477acf7431dbdfcc03d648500925617ae2a72d103dc7f944cdc8a81f')
provides=('python2-snakebite' 'snakebite')
conflicts=('snakebite')