Java App Engine SDK 1.8.1
Closes Homebrew/homebrew#20439. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4cc53d4245
commit
b82d441f07
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class AppEngineJavaSdk < Formula
|
||||
homepage 'https://developers.google.com/appengine/docs/java/overview'
|
||||
url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.8.0.zip'
|
||||
sha1 '9efe79a91b1c07a032cd6bba58138b509dbb305d'
|
||||
url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.8.1.zip'
|
||||
sha1 '0ebc20832795a69447cfea6d61b0b64af71e2128'
|
||||
|
||||
def install
|
||||
rm Dir['bin/*.cmd']
|
||||
|
|
Loading…
Reference in a new issue