diff options
| author | Marc Schwieterman | 2011-01-11 22:19:27 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-01-11 19:54:49 -0800 |
| commit | 0af0eebbb5229a8313cc7929d716deb1ace5e4f9 (patch) | |
| tree | 978dcff24e96ec7851507a16877e4eb6de620e4d | |
| parent | 4d115cf1aa2d86c492e34f7a2481ee79180d352a (diff) | |
| download | homebrew-0af0eebbb5229a8313cc7929d716deb1ace5e4f9.tar.bz2 | |
spring-roo: update to use 1.1.1
Updated for 1.1.1 release and added samples to the install list.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/spring-roo.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb index 9cf46c4c5..fe5b53057 100644 --- a/Library/Formula/spring-roo.rb +++ b/Library/Formula/spring-roo.rb @@ -1,13 +1,13 @@ require 'formula' class SpringRoo <Formula - url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.0.RELEASE.zip' - version '1.1.0' + url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.1.1.RELEASE.zip' + version '1.1.1' homepage 'http://www.springsource.org/roo' - md5 '691247051da50df9b8dbd6b91ccd11a7' + md5 '8ce9ae41d2249602f1351203cf58ae97' def install rm_f Dir["bin/*.bat"] - prefix.install %w[annotations bin bundle conf docs legal] + prefix.install %w[annotations bin bundle conf docs legal samples] end end |
