summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Rødseth2015-06-30 18:14:30 +0200
committerAlexander Rødseth2015-06-30 18:14:30 +0200
commit25edc9dcfc68f242a51e79542698063c552621e4 (patch)
treeb00bd6469aa7edfbc55c06d2c765a081821a02ed
parent5c67c5da3d0e5b2153e4fa261509b60a90d551ac (diff)
downloadaur-25edc9dcfc68f242a51e79542698063c552621e4.tar.gz
Upgrade to 1.9.23
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d2ba866d1b3..46423b4a0106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 4.2.1
+# Tue Jun 30 16:13:17 UTC 2015
pkgbase = google-appengine-go
pkgdesc = Google App Engine SDK for Go
- pkgver = 1.9.19
+ pkgver = 1.9.23
pkgrel = 1
url = http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Go
arch = x86_64
@@ -10,12 +12,13 @@ pkgbase = google-appengine-go
depends = python2
optdepends = mysql-python: MySQL support for Python 2
optdepends = python2-imaging: Image processing capabilities for Python
+ noextract = go_appengine_sdk_linux_amd64-1.9.23.zip
options = !strip
options = staticlibs
- source_x86_64 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.19.zip
- md5sums_x86_64 = daeed720353ab676f2ecf4ce56ef3d82
- source_i686 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-1.9.19.zip
- md5sums_i686 = 34baa5b786a577bf4d32b3e3d2ac2eba
+ source_x86_64 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.23.zip
+ md5sums_x86_64 = 1590582f54d298428320cc8c3e58babd
+ source_i686 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-1.9.23.zip
+ md5sums_i686 = bf7327bf97f1d266bf795409394c0dd7
pkgname = google-appengine-go
diff --git a/PKGBUILD b/PKGBUILD
index 88da6abcab2c..cc926d04d913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Max <fuzymonkey@gmail.com>
pkgname=google-appengine-go
-pkgver=1.9.19
+pkgver=1.9.23
pkgrel=1
pkgdesc='Google App Engine SDK for Go'
arch=('x86_64' 'i686')
@@ -14,10 +14,10 @@ options=('!strip' 'staticlibs')
makedepends=('unzip')
optdepends=('mysql-python: MySQL support for Python 2'
'python2-imaging: Image processing capabilities for Python')
-source_x86_64=("https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-$pkgver.zip")
source_i686=("https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-$pkgver.zip")
-md5sums_x86_64=('daeed720353ab676f2ecf4ce56ef3d82')
-md5sums_i686=('34baa5b786a577bf4d32b3e3d2ac2eba')
+source_x86_64=("https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-$pkgver.zip")
+md5sums_i686=('bf7327bf97f1d266bf795409394c0dd7')
+md5sums_x86_64=('1590582f54d298428320cc8c3e58babd')
# Get the name of the zip file
_source=$(echo source_$CARCH)
noextract=("$(basename ${!_source})")