summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-10-04 22:14:41 +0200
committerAlexander F Rødseth2015-10-04 22:14:41 +0200
commit9103d304be5c357c40fe99000a4624ec82b14d4e (patch)
tree0babc04b2cb467bc1eedef911077c16e0aad1c85
parentbf35c4b78118612e0934b2c1f5368b974621352b (diff)
downloadaur-9103d304be5c357c40fe99000a4624ec82b14d4e.tar.gz
Update to 1.9.27
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9713d578fcd..acdf8d6fa3d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 4.2.1
-# Sun Aug 2 14:10:38 UTC 2015
+# Generated by mksrcinfo v8
+# Sun Oct 4 20:13:02 UTC 2015
pkgbase = google-appengine-go
pkgdesc = Google App Engine SDK for Go
- pkgver = 1.9.24
+ pkgver = 1.9.27
pkgrel = 1
url = http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Go
arch = x86_64
@@ -12,13 +12,12 @@ 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.24.zip
options = !strip
options = staticlibs
- source_x86_64 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.24.zip
- md5sums_x86_64 = 264137a618cedba488b983ca91db12f6
- source_i686 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-1.9.24.zip
- md5sums_i686 = 96de964c7911a563bc2dd5ce458318cc
+ source_x86_64 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.27.zip
+ md5sums_x86_64 = 302c712f403f2e00b7d6ff2d6ed6b2cf
+ source_i686 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-1.9.27.zip
+ md5sums_i686 = 3b99f5e77f037702a6f84b7499b40500
pkgname = google-appengine-go
diff --git a/PKGBUILD b/PKGBUILD
index 69496a4dbdd1..471b65ce3c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Max <fuzymonkey@gmail.com>
pkgname=google-appengine-go
-pkgver=1.9.24
+pkgver=1.9.27
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_i686=('96de964c7911a563bc2dd5ce458318cc')
-md5sums_x86_64=('264137a618cedba488b983ca91db12f6')
+md5sums_x86_64=('302c712f403f2e00b7d6ff2d6ed6b2cf')
+md5sums_i686=('3b99f5e77f037702a6f84b7499b40500')
# Get the name of the zip file
_source=$(echo source_$CARCH)
noextract=("$(basename ${!_source})")