ent: audit fix
This commit is contained in:
parent
2b9146ff6e
commit
88332930e8
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
class Ent < Formula
|
||||
desc "Pseudorandom number sequence test program"
|
||||
homepage "https://www.fourmilab.ch/random/"
|
||||
# This tarball is versioned and smaller, though non-official
|
||||
url "https://github.com/psm14/ent/archive/1.0.tar.gz"
|
||||
sha256 "6316b9956f2e0cc39f2b934f3c53019eafe2715316c260fd5c1e5ef4523ae520"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "f5244a065b7aafe3ba60077de0072e9b5d231a7fd1eb348cd7f6583a69a08ad3" => :el_capitan
|
||||
|
@ -8,10 +12,6 @@ class Ent < Formula
|
|||
sha256 "cb4bd5766cdb804092f73a908921e034da352b890fdc34f5cc1f0d56a27d3c3a" => :mavericks
|
||||
end
|
||||
|
||||
# This tarball is versioned and smaller, though non-official
|
||||
url "https://github.com/psm14/ent/archive/1.0.tar.gz"
|
||||
sha256 "6316b9956f2e0cc39f2b934f3c53019eafe2715316c260fd5c1e5ef4523ae520"
|
||||
|
||||
def install
|
||||
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"
|
||||
bin.install "ent"
|
||||
|
|
Loading…
Reference in a new issue