grails 3.0.9
Closes Homebrew/homebrew#45240. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
fb786e7f52
commit
16d5e5ac3c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Grails < Formula
|
||||
desc "Web application framework for the Groovy language"
|
||||
homepage "https://grails.org"
|
||||
url "https://github.com/grails/grails-core/releases/download/v3.0.7/grails-3.0.7.zip"
|
||||
sha256 "d99b11e4a8fb1f5a155f1784f482316df96e63d094d5d083a62bc37905380800"
|
||||
url "https://github.com/grails/grails-core/releases/download/v3.0.9/grails-3.0.9.zip"
|
||||
sha256 "f1bfdec6efd45283c810e29be4433f134118344d2eabea870ae553fb66c864b1"
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat", "bin/cygrails", "*.bat"]
|
||||
|
|
Loading…
Reference in a new issue