summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-11-20 16:15:35 +0100
committerAlexander F Rødseth2015-11-20 16:15:35 +0100
commite6362565dfbe972eaa7b440dba4c2d283748b53d (patch)
tree820558d7fa360b6093c1ce4d9098415942dd3f60 /PKGBUILD
parent9103d304be5c357c40fe99000a4624ec82b14d4e (diff)
downloadaur-e6362565dfbe972eaa7b440dba4c2d283748b53d.tar.gz
New minor release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 471b65ce3c9b..dacc484865a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Max <fuzymonkey@gmail.com>
pkgname=google-appengine-go
-pkgver=1.9.27
+pkgver=1.9.28
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=('302c712f403f2e00b7d6ff2d6ed6b2cf')
-md5sums_i686=('3b99f5e77f037702a6f84b7499b40500')
+md5sums_x86_64=('f03018e27eb6767f33ff250c8a323020')
+md5sums_i686=('e0845b98172539fb9694ac74aa9abd00')
# Get the name of the zip file
_source=$(echo source_$CARCH)
noextract=("$(basename ${!_source})")