itpp: fix head url to detect git, fix audit nit
This commit is contained in:
parent
de5f256721
commit
6d6d6e843e
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
class Itpp < Formula
|
||||
desc "Library of math, signal, and communication classes and functions"
|
||||
homepage "http://itpp.sourceforge.net"
|
||||
head "http://git.code.sf.net/p/itpp/git"
|
||||
url "https://downloads.sourceforge.net/project/itpp/itpp/4.3.1/itpp-4.3.1.tar.bz2"
|
||||
sha256 "50717621c5dfb5ed22f8492f8af32b17776e6e06641dfe3a3a8f82c8d353b877"
|
||||
head "http://git.code.sf.net/p/itpp/git.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue