diff options
| author | Adam Vandenberg | 2014-03-09 12:20:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-09 12:20:34 -0700 |
| commit | c3de2a06cb1045651b91403aaceaac785cc24b17 (patch) | |
| tree | 14acddbd9fe8043bb6b35b21bb0b63f7a144f1bb /Library/Formula | |
| parent | f26daff0c7925d61d74f58dbb6062edb2a3cae9a (diff) | |
| download | homebrew-c3de2a06cb1045651b91403aaceaac785cc24b17.tar.bz2 | |
itpp: fix audit
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/itpp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/itpp.rb b/Library/Formula/itpp.rb index f1d73f9d0..7050911e1 100644 --- a/Library/Formula/itpp.rb +++ b/Library/Formula/itpp.rb @@ -3,7 +3,7 @@ require "formula" class Itpp < Formula homepage "http://itpp.sourceforge.net" head "http://git.code.sf.net/p/itpp/git" - url "http://sourceforge.net/projects/itpp/files/itpp/4.3.1/itpp-4.3.1.tar.bz2/download" + url "https://sourceforge.net/projects/itpp/files/itpp/4.3.1/itpp-4.3.1.tar.bz2" sha1 "955784bcfb61481e47d8c788a62cea8d78d175cb" depends_on "cmake" => :build |
