google-app-engine 1.9.13
Closes Homebrew/homebrew#33154. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
84d4a90a71
commit
68bc946504
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class GoogleAppEngine < Formula
|
||||
homepage "https://developers.google.com/appengine/"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.12.zip"
|
||||
sha1 "667461ea79a5679339e883eb57a9f76efb1bbd0d"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.13.zip"
|
||||
sha256 "75e28dd351655a8a5478089e2bc7ff20a0e76f8a8c9f2635661872cf2a0549d5"
|
||||
|
||||
def install
|
||||
cd ".."
|
||||
|
|
Loading…
Reference in a new issue