Google App Engine (Java) 1.5.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ebafb03e70
commit
fc5afa118f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class AppEngineJavaSdk < Formula
|
class AppEngineJavaSdk < Formula
|
||||||
url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.5.0.zip'
|
url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.5.0.1.zip'
|
||||||
homepage 'http://code.google.com/appengine/docs/java/overview.html'
|
homepage 'http://code.google.com/appengine/docs/java/overview.html'
|
||||||
sha1 'cc6ead54e170b33be2cf52c970915648e922f05b'
|
sha1 'a095571c1a186d298c951098e69e0a0bffb64811'
|
||||||
|
|
||||||
def shim_script target
|
def shim_script target
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
|
|
Loading…
Reference in a new issue