diff options
| author | Kashyap Parikh | 2013-12-04 14:30:13 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-04 19:55:19 -0800 | 
| commit | 1f97817f68667e1bd94e742f488abb9eb9bdc9c0 (patch) | |
| tree | 29a8e8c8c7074eec1dece03d3207a7eaf671d72d /Library/Formula/rest-shell.rb | |
| parent | 8b63b91cd26d610762ef7c34723f93ca7fc9c1d3 (diff) | |
| download | homebrew-1f97817f68667e1bd94e742f488abb9eb9bdc9c0.tar.bz2 | |
rest-shell: update url
Closes #24942.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/rest-shell.rb')
| -rw-r--r-- | Library/Formula/rest-shell.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/rest-shell.rb b/Library/Formula/rest-shell.rb index 2d3896e4d..e3620ca90 100644 --- a/Library/Formula/rest-shell.rb +++ b/Library/Formula/rest-shell.rb @@ -2,7 +2,7 @@ require 'formula'  class RestShell < Formula    homepage 'https://github.com/spring-projects/rest-shell' -  url 'https://github.com/downloads/spring-projects/rest-shell/rest-shell-1.2.1.RELEASE.tar.gz' +  url 'http://download.gopivotal.com/rest-shell/1.2.1/rest-shell-1.2.1.RELEASE.tar.gz'    version '1.2.1.RELEASE'    sha1 'f1e31f4d3901b001cd958f339240ef04d0b97114' | 
