diff options
| author | Brett Koonce | 2012-11-17 23:38:23 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-17 21:48:30 -0800 |
| commit | 5f1f2e854b31130c82262d90371ba664844d0c2b (patch) | |
| tree | 5452f3e45996b782ad851875e69788976349a9f3 /Library/Formula | |
| parent | e636c03b5d12d8d135bcab20b1b900acf57d1827 (diff) | |
| download | homebrew-5f1f2e854b31130c82262d90371ba664844d0c2b.tar.bz2 | |
google_appengine 1.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/google-app-engine.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/google-app-engine.rb b/Library/Formula/google-app-engine.rb index ad598f9fb..245b9b242 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 'http://googleappengine.googlecode.com/files/google_appengine_1.7.2.zip' - sha1 '519b914a41f1b323315c5f71ce9302f8ac6e044e' + url 'http://googleappengine.googlecode.com/files/google_appengine_1.7.3.zip' + sha1 'f0dec97a80c5dd0184b7e3fa6e44850ee139b0fa' def install cd '..' |
