diff options
| author | Adam Vandenberg | 2012-10-24 06:49:28 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-10-24 06:49:28 -0700 | 
| commit | 055f91974ba685efd80c1cf926bcf2ef12945d49 (patch) | |
| tree | bb2b50f067fda2789b7ff829d4c78f55253db887 /Library/Formula/rest-shell.rb | |
| parent | 96c4bb27cc42daea250022e7575a638b4353df30 (diff) | |
| download | homebrew-055f91974ba685efd80c1cf926bcf2ef12945d49.tar.bz2 | |
rest-shell 1.1.3
Closes #15638.
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['*'] | 
