diff options
| author | Jon Brisbin | 2012-10-25 11:12:59 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-25 21:20:21 -0700 | 
| commit | 9982e8afa8fa9a6cbd3d128ddc943073d0f05237 (patch) | |
| tree | bd8feb59ef84ad5c865e4fd0178da98dfda1cee4 /Library/Formula/rest-shell.rb | |
| parent | c8b0ee9f0f9cdb761ded40400af051740c7a633b (diff) | |
| download | homebrew-9982e8afa8fa9a6cbd3d128ddc943073d0f05237.tar.bz2 | |
rest-shell 1.1.4
Closes #15664.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/rest-shell.rb')
| -rw-r--r-- | Library/Formula/rest-shell.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/rest-shell.rb b/Library/Formula/rest-shell.rb index 98b08a007..75545d539 100644 --- a/Library/Formula/rest-shell.rb +++ b/Library/Formula/rest-shell.rb @@ -1,10 +1,10 @@  require 'formula'  class RestShell < Formula -  homepage 'https://github.com/jbrisbin/rest-shell' -  url 'https://github.com/downloads/jbrisbin/rest-shell/rest-shell-1.1.3.RELEASE.tar.gz' -  version '1.1.3.RELEASE' -  sha1 '0d43e99fabae72b068a09955053793ae4164c099' +  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'    def install      libexec.install Dir['*'] | 
