diff options
| author | Brett Koonce | 2013-06-15 21:49:19 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-15 19:53:59 -0700 | 
| commit | 269bdd169c109992f907729b46953917f6a73f29 (patch) | |
| tree | 5698a3072c26ccd80ff9c32c7461c4e54643606a /Library/Formula/metaproxy.rb | |
| parent | 31a5a3c93b1d4344d4813240c6b6e1f6da78cee2 (diff) | |
| download | homebrew-269bdd169c109992f907729b46953917f6a73f29.tar.bz2 | |
metaproxy 1.3.58
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 e9bf8b890..ba66a130d 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.3.55.tar.gz' -  sha1 'fe972a14268d67deffaea5b667698433a85a8a20' +  url 'http://ftp.indexdata.dk/pub/metaproxy/metaproxy-1.3.58.tar.gz' +  sha1 '92b895e4da27a38e96d30f2958cca685716011ab'    depends_on 'pkg-config' => :build    depends_on 'yazpp'  | 
