diff options
| author | Jon Brisbin | 2012-12-05 13:55:18 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-12-05 14:55:49 -0600 |
| commit | 50cdd4996a9d9cb3d871ad5a2c2643e71f3b8c2f (patch) | |
| tree | ca9c2d774314d91f8f2017e53090cfb9b1fedcb2 /Library/Formula/rest-shell.rb | |
| parent | bbfb3a713ceb3e779b0767357480bb91069eef25 (diff) | |
| download | homebrew-50cdd4996a9d9cb3d871ad5a2c2643e71f3b8c2f.tar.bz2 | |
rest-shell 1.2.1.RELEASE
Closes #16425.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/rest-shell.rb')
| -rw-r--r-- | Library/Formula/rest-shell.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rest-shell.rb b/Library/Formula/rest-shell.rb index 42674ebd1..ed0aadfba 100644 --- a/Library/Formula/rest-shell.rb +++ b/Library/Formula/rest-shell.rb @@ -2,9 +2,9 @@ require 'formula' class RestShell < Formula homepage 'https://github.com/SpringSource/rest-shell' - url 'https://github.com/downloads/SpringSource/rest-shell/rest-shell-1.2.0.RELEASE.tar.gz' - version '1.2.0.RELEASE' - sha1 '747f43454e91a5c25d1342f499b57326b0d17d9a' + url 'https://github.com/downloads/SpringSource/rest-shell/rest-shell-1.2.1.RELEASE.tar.gz' + version '1.2.1.RELEASE' + sha1 'f1e31f4d3901b001cd958f339240ef04d0b97114' def install libexec.install Dir['*'] |
