aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 110f56898..15e2c3566 100644
--- a/Library/Formula/spring-roo.rb
+++ b/Library/Formula/spring-roo.rb
@@ -1,14 +1,14 @@
require 'formula'
class SpringRoo < Formula
- 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'
- sha1 '3fa1fccd9e69d3b5c83f5bb70f1f3d852178d400'
+ url 'http://s3.amazonaws.com/dist.springframework.org/release/ROO/spring-roo-1.2.1.RELEASE.zip'
+ sha1 'aa2ffb42d9fd1e5456767635974eef60e6a3001b'
+ version '1.2.1'
def install
rm Dir["bin/*.bat"]
File.rename "bin/roo.sh", "bin/roo"
- prefix.install %w[annotations bin bundle conf docs legal samples]
+ prefix.install %w[annotations bin bundle conf legal samples]
end
end