summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-12-17 12:00:22 +0100
committerAlexander F Rødseth2015-12-17 12:00:22 +0100
commit5ee7e899070718cbac4ecb04c04f233b2c1b7ef3 (patch)
tree7a26bdd5fa34f3794d18328723ca92f49e412caf /PKGBUILD
parente6362565dfbe972eaa7b440dba4c2d283748b53d (diff)
downloadaur-5ee7e899070718cbac4ecb04c04f233b2c1b7ef3.tar.gz
Update to 1.9.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dacc484865a5..9cdaa86cd7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Max <fuzymonkey@gmail.com>
pkgname=google-appengine-go
-pkgver=1.9.28
+pkgver=1.9.30
pkgrel=1
pkgdesc='Google App Engine SDK for Go'
arch=('x86_64' 'i686')
@@ -16,8 +16,8 @@ optdepends=('mysql-python: MySQL support for Python 2'
'python2-imaging: Image processing capabilities for Python')
source_i686=("https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-$pkgver.zip")
source_x86_64=("https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-$pkgver.zip")
-md5sums_x86_64=('f03018e27eb6767f33ff250c8a323020')
-md5sums_i686=('e0845b98172539fb9694ac74aa9abd00')
+md5sums_x86_64=('deeb36acb2eafdfcea68d85b67e364f0')
+md5sums_i686=('7562f0ff43fd550973dda19ff3335f50')
# Get the name of the zip file
_source=$(echo source_$CARCH)
noextract=("$(basename ${!_source})")