summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2016-01-27 09:52:14 +0100
committerAlexander F Rødseth2016-01-27 09:52:14 +0100
commite8602c4c6ba3b262cc8ef4998fb6141a9c7cc4f6 (patch)
treea3e09d0287cb6639b8907bbbfab6d288b1b9e143
parent5ee7e899070718cbac4ecb04c04f233b2c1b7ef3 (diff)
downloadaur-e8602c4c6ba3b262cc8ef4998fb6141a9c7cc4f6.tar.gz
Version bump
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd97aeab49d6..ab752dd32386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 27 08:03:25 UTC 2016
pkgbase = google-appengine-go
pkgdesc = Google App Engine SDK for Go
- pkgver = 1.9.30
+ pkgver = 1.9.31
pkgrel = 1
url = http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Go
arch = x86_64
@@ -12,10 +14,10 @@ pkgbase = google-appengine-go
optdepends = python2-imaging: Image processing capabilities for Python
options = !strip
options = staticlibs
- source_x86_64 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.30.zip
- md5sums_x86_64 = deeb36acb2eafdfcea68d85b67e364f0
- source_i686 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-1.9.30.zip
- md5sums_i686 = 7562f0ff43fd550973dda19ff3335f50
+ source_x86_64 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.31.zip
+ md5sums_x86_64 = 86355929faf77ca986ef50b730aad2ae
+ source_i686 = https://commondatastorage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_386-1.9.31.zip
+ md5sums_i686 = e9e305027ed6da1e678e8dbc2e209a16
pkgname = google-appengine-go
diff --git a/PKGBUILD b/PKGBUILD
index 9cdaa86cd7e0..a9eedde4c64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Max <fuzymonkey@gmail.com>
pkgname=google-appengine-go
-pkgver=1.9.30
+pkgver=1.9.31
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=('deeb36acb2eafdfcea68d85b67e364f0')
-md5sums_i686=('7562f0ff43fd550973dda19ff3335f50')
+md5sums_x86_64=('86355929faf77ca986ef50b730aad2ae')
+md5sums_i686=('e9e305027ed6da1e678e8dbc2e209a16')
# Get the name of the zip file
_source=$(echo source_$CARCH)
noextract=("$(basename ${!_source})")