app-engine-java-sdk 1.9.19
Closes Homebrew/homebrew#38931. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
79ec36f976
commit
5fbb90ca25
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/gettingstarted/introduction"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.18.zip"
|
||||
sha1 "7f554498a7320192186fc8c3e4ad3f1aaab4d6dd"
|
||||
url "https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.19.zip"
|
||||
sha256 "22a761ea50af1d1a0e1f698cc3fa91765391902a633ca886ea1a6426c3ae1ccb"
|
||||
|
||||
def install
|
||||
rm Dir["bin/*.cmd"]
|
||||
|
|
Loading…
Reference in a new issue