appengine-java-sdk 1.9.6
This commit is contained in:
parent
9b8c08a172
commit
ec1576ca78
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class AppEngineJavaSdk < Formula
|
||||
homepage 'https://developers.google.com/appengine/docs/java/gettingstarted/introduction'
|
||||
url 'https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.5.zip'
|
||||
sha1 'b662c48b932c7c10fa634c25e64adc62f7c66ddf'
|
||||
homepage "https://developers.google.com/appengine/docs/java/gettingstarted/introduction"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.6.zip"
|
||||
sha1 "70bb53e9579500a768ed44c7f95b47f86578118e"
|
||||
|
||||
def install
|
||||
rm Dir['bin/*.cmd']
|
||||
libexec.install Dir['*']
|
||||
rm Dir["bin/*.cmd"]
|
||||
libexec.install Dir["*"]
|
||||
bin.write_exec_script Dir["#{libexec}/bin/*"]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue