google-appengine 1.9.14
Closes Homebrew/homebrew#33568. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e2b5d0ad72
commit
3d98f4dfca
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.13.zip"
|
||||
sha256 "75e28dd351655a8a5478089e2bc7ff20a0e76f8a8c9f2635661872cf2a0549d5"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.14.zip"
|
||||
sha256 "9402829fa4e77e73a82fa5b063e61ad9e4bcbbae13d3996fc2e94e4e6d091ffa"
|
||||
|
||||
def install
|
||||
cd ".."
|
||||
|
|
Loading…
Reference in a new issue