diff options
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 6e28c2f6e..98b08a007 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/jbrisbin/rest-shell' - url 'https://github.com/downloads/jbrisbin/rest-shell/rest-shell-1.1.2.RELEASE.tar.gz' - version '1.1.2.RELEASE' - sha1 '55fa274283e8e32d12c7ba03406a59eda3ccab34' + url 'https://github.com/downloads/jbrisbin/rest-shell/rest-shell-1.1.3.RELEASE.tar.gz' + version '1.1.3.RELEASE' + sha1 '0d43e99fabae72b068a09955053793ae4164c099' def install libexec.install Dir['*'] |
