aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDaniel Geske2012-05-30 11:56:39 -0400
committerAdam Vandenberg2012-05-30 20:16:41 -0700
commit7dc4bd99002ae51644661759046e2d6e653c2227 (patch)
tree896317de322714442ca4d9912cf9997867b76380 /Library/Formula
parent7f24e45aceeb40cc77bdd5a9ff00dd606f1709e6 (diff)
downloadhomebrew-7dc4bd99002ae51644661759046e2d6e653c2227.tar.bz2
Spring Roo 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spring-roo.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb
index 15e2c3566..1cb88031c 100644
--- a/Library/Formula/spring-roo.rb
+++ b/Library/Formula/spring-roo.rb
@@ -2,13 +2,13 @@ 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.1.RELEASE.zip'
- sha1 'aa2ffb42d9fd1e5456767635974eef60e6a3001b'
- version '1.2.1'
+ url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.2.RELEASE.zip'
+ sha1 '1a1d27617d7029899dc96caa53b51a3b80d01d21'
+ version '1.2.2'
def install
rm Dir["bin/*.bat"]
File.rename "bin/roo.sh", "bin/roo"
- prefix.install %w[annotations bin bundle conf legal samples]
+ prefix.install %w[annotations bin bundle conf docs legal samples]
end
end