diff options
| author | Brett Koonce | 2014-06-22 18:25:28 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-06-22 23:29:57 -0700 | 
| commit | 1c93e5a94bdfd395b7be7a828f91fd097c0a5071 (patch) | |
| tree | ba144baad085dfb06d4e59188401dfd308517d5b /Library/Formula/metaproxy.rb | |
| parent | 16a354d209d3ac4951c24e5a1678fab0736704d8 (diff) | |
| download | homebrew-1c93e5a94bdfd395b7be7a828f91fd097c0a5071.tar.bz2 | |
metaproxy 1.5.5
Diffstat (limited to 'Library/Formula/metaproxy.rb')
| -rw-r--r-- | Library/Formula/metaproxy.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/metaproxy.rb b/Library/Formula/metaproxy.rb index a572dbf35..bfa557f9b 100644 --- a/Library/Formula/metaproxy.rb +++ b/Library/Formula/metaproxy.rb @@ -2,8 +2,8 @@ require "formula"  class Metaproxy < Formula    homepage "http://www.indexdata.com/metaproxy" -  url "http://ftp.indexdata.dk/pub/metaproxy/metaproxy-1.5.3.tar.gz" -  sha1 "8f089512e8ef55cdc3e781f78a6ac335fc4ce334" +  url "http://ftp.indexdata.dk/pub/metaproxy/metaproxy-1.5.5.tar.gz" +  sha1 "442373585091a2767e0c7082453855180eb47a2e"    bottle do      cellar :any  | 
