Grails 2.1.1

Closes Homebrew/homebrew#14878.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kazuki YAMAMOTO 2012-09-12 18:59:49 +09:00 committed by Adam Vandenberg
parent b141ba0342
commit 92e7d26dee

View file

@ -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.1.0.zip'
sha1 'c0c6272aa7a85ab7e69df28d601245a0b823c68f'
url 'http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.1.1.zip'
sha1 '1beaa46a00ddd11c8c090c926e2f54af85530cc1'
def install
rm_f Dir["bin/*.bat", "bin/cygrails", "*.bat"]