google-appengine 1.9.6
Closes Homebrew/homebrew#30039. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ec1576ca78
commit
60ede09a79
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class GoogleAppEngine < Formula
|
||||
homepage 'https://developers.google.com/appengine/'
|
||||
url 'https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.5.zip'
|
||||
sha1 '070ba616fbeecff4bf6c5f43c00a43c21fbb108e'
|
||||
homepage "https://developers.google.com/appengine/"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.6.zip"
|
||||
sha1 "888a6687d868ac37f973ea2fb986931338a1c040"
|
||||
|
||||
def install
|
||||
cd '..'
|
||||
share.install 'google_appengine' => name
|
||||
cd ".."
|
||||
share.install "google_appengine" => name
|
||||
%w[
|
||||
_python_runtime.py
|
||||
_php_runtime.py
|
||||
|
|
Loading…
Reference in a new issue