diff options
| author | Stian Eikeland | 2014-05-12 13:14:38 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-12 07:28:56 -0700 |
| commit | b59f6733c92c1151d213bc9fc90828bfd341cfaa (patch) | |
| tree | 5507e0c219f7bb3603e8abaa6be05a9e901edc89 /Library | |
| parent | de6365c960d1999fc79c6677571eb650ec5e2016 (diff) | |
| download | homebrew-b59f6733c92c1151d213bc9fc90828bfd341cfaa.tar.bz2 | |
sipp 3.4.1
Closes #29181.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sipp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sipp.rb b/Library/Formula/sipp.rb index 982173ce8..b3e8daff4 100644 --- a/Library/Formula/sipp.rb +++ b/Library/Formula/sipp.rb @@ -2,8 +2,8 @@ require 'formula' class Sipp < Formula homepage 'http://sipp.sourceforge.net/' - url "https://downloads.sourceforge.net/project/sipp/sipp/3.4/sipp-3.3.990.tar.gz" - sha1 "b2637cb72556595253bbdd4a68cc974c9ac1d92e" + url "https://github.com/SIPp/sipp/archive/v3.4.1.tar.gz" + sha1 "40a3a7b7549e578997a8f181e557c3cdae39474f" depends_on "openssl" => :optional |
