aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/google-app-engine.rb
diff options
context:
space:
mode:
authorCallum Gare2014-05-22 18:20:27 +0930
committerAdam Vandenberg2014-05-22 12:24:56 -0700
commit80bf154ff57ea00d6ecdcbd18812eb1087fcd7c6 (patch)
treef30064b879f8e5209c32a7ac0325d1b8ac2ee49c /Library/Formula/google-app-engine.rb
parent2e7a58593848b539705291036c28992b541883b8 (diff)
downloadhomebrew-80bf154ff57ea00d6ecdcbd18812eb1087fcd7c6.tar.bz2
Upgrades the Java, Python and 32/64 bit Go Google App Engine SDKs to 1.9.5. SHAs taken from Google's download site at https://developers.google.com/appengine/downloads
Closes #29484. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/google-app-engine.rb')
-rw-r--r--Library/Formula/google-app-engine.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/google-app-engine.rb b/Library/Formula/google-app-engine.rb
index 093f89418..290d72728 100644
--- a/Library/Formula/google-app-engine.rb
+++ b/Library/Formula/google-app-engine.rb
@@ -2,8 +2,8 @@ require 'formula'
class GoogleAppEngine < Formula
homepage 'https://developers.google.com/appengine/'
- url 'https://commondatastorage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.4.zip'
- sha1 'ee44f7bcc16b4d72c3af0a4f744048d44f75c5ce'
+ url 'https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.5.zip'
+ sha1 '070ba616fbeecff4bf6c5f43c00a43c21fbb108e'
def install
cd '..'