diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/spring-roo.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb index 6a850a813..110f56898 100644 --- a/Library/Formula/spring-roo.rb +++ b/Library/Formula/spring-roo.rb @@ -1,10 +1,10 @@ require 'formula' class SpringRoo < Formula - url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.5.RELEASE.zip' - version '1.1.5' + url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.0.RELEASE.zip' + version '1.2.0' homepage 'http://www.springsource.org/spring-roo' - md5 '926c08e39ab8cefb935027ccae6d2285' + sha1 '3fa1fccd9e69d3b5c83f5bb70f1f3d852178d400' def install rm Dir["bin/*.bat"] |
