diff options
Diffstat (limited to 'Library')
| -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 7050911e1..4e2f55604 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 "https://sourceforge.net/projects/itpp/files/itpp/4.3.1/itpp-4.3.1.tar.bz2" + url "https://downloads.sourceforge.net/project/itpp/itpp/4.3.1/itpp-4.3.1.tar.bz2" sha1 "955784bcfb61481e47d8c788a62cea8d78d175cb" depends_on "cmake" => :build |
