app engine java sdk 1.8.0
Closes Homebrew/homebrew#19982. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4052c72f60
commit
31df90f0c4
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.7.7.zip'
|
||||
sha1 '088a996e237e65f7aa9ece9323fb005da44c0173'
|
||||
url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.8.0.zip'
|
||||
sha1 '9efe79a91b1c07a032cd6bba58138b509dbb305d'
|
||||
|
||||
def install
|
||||
rm Dir['bin/*.cmd']
|
||||
|
|
Loading…
Reference in a new issue