diff options
| author | Sandro Queiroz Jr | 2013-06-23 04:16:56 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-23 09:14:21 -0700 |
| commit | 27a97a9837e53f3be273e58f3868da1b6e162b27 (patch) | |
| tree | 5f1e160e8bff26fc8745190a7c11d091e80dd9cf /Library | |
| parent | 931299208e611d6efe8bf0f63a242f8c3ca08b04 (diff) | |
| download | homebrew-27a97a9837e53f3be273e58f3868da1b6e162b27.tar.bz2 | |
Spring Roo 1.2.4
Closes #20700.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 564205988..f4dd762e5 100644 --- a/Library/Formula/spring-roo.rb +++ b/Library/Formula/spring-roo.rb @@ -2,9 +2,9 @@ require 'formula' class SpringRoo < Formula homepage 'http://www.springsource.org/spring-roo' - url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.3.RELEASE.zip' - sha1 '5980d587647ca651f90ed67ebaf0ab67212f7ee1' - version '1.2.3' + url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.4.RELEASE.zip' + sha1 '203ee7bf35c49f0b53a5e090bf041594ff54ec73' + version '1.2.4' def install rm Dir["bin/*.bat"] |
