diff options
| author | Jon Brisbin | 2012-11-06 10:05:11 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-06 08:37:58 -0800 |
| commit | ea34317c8bc292a282e4c2203545b00dfe3a2331 (patch) | |
| tree | 9b6a6c30ec0c9ec79dd7957c41fc036be1cf83f1 /Library/Formula | |
| parent | 8d0531d94949a0cc9b07c05ab66fc10426419457 (diff) | |
| download | homebrew-ea34317c8bc292a282e4c2203545b00dfe3a2331.tar.bz2 | |
rest-shell 1.2.0.RELEASE
Closes #15884.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 5d5fe9e8c..42674ebd1 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.1.4.RELEASE.tar.gz' - version '1.1.4.RELEASE' - sha1 'e34def6696c9c5834eaf5781c1eb8e6ab34ff86f' + url 'https://github.com/downloads/SpringSource/rest-shell/rest-shell-1.2.0.RELEASE.tar.gz' + version '1.2.0.RELEASE' + sha1 '747f43454e91a5c25d1342f499b57326b0d17d9a' def install libexec.install Dir['*'] |
