diff --git a/Formula/ent.rb b/Formula/ent.rb index 300d4f3ce0..edd8294ee9 100644 --- a/Formula/ent.rb +++ b/Formula/ent.rb @@ -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"