ntl 6.1.0
Closes Homebrew/homebrew#31402. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ab0b24cb3d
commit
f929297c68
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Ntl < Formula
|
||||
homepage 'http://www.shoup.net/ntl'
|
||||
url 'http://www.shoup.net/ntl/ntl-6.0.0.tar.gz'
|
||||
sha1 'ee71b1c6a94f34b8a3c226502a0a0c6c2d1bc3f9'
|
||||
url 'http://www.shoup.net/ntl/ntl-6.1.0.tar.gz'
|
||||
sha1 '91fa69e71ee964dc94c107eb762a97425776ac2c'
|
||||
|
||||
def install
|
||||
cd "src" do
|
||||
|
|
Loading…
Reference in a new issue