grails 2.4.3
Closes Homebrew/homebrew#31283. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5b25ee0840
commit
e3fab81a39
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Grails < Formula
|
||||
homepage 'http://grails.org'
|
||||
url 'http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.4.2.zip'
|
||||
sha1 '7ca880423826f5714a0fefe1343990bff0057df5'
|
||||
url 'http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.4.3.zip'
|
||||
sha1 '729cc9f2493960c3a644f29208d3b8a8f31275be'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat", "bin/cygrails", "*.bat"]
|
||||
|
|
Loading…
Reference in a new issue