nettle 2.7.1
This commit is contained in:
parent
82c5d6423f
commit
6ec8f15499
1 changed files with 5 additions and 5 deletions
|
@ -2,14 +2,14 @@ require 'formula'
|
|||
|
||||
class Nettle < Formula
|
||||
homepage 'http://www.lysator.liu.se/~nisse/nettle/'
|
||||
url 'http://www.lysator.liu.se/~nisse/archive/nettle-2.6.tar.gz'
|
||||
sha1 '401f982a0b365e04c8c38c4da42afdd7d2d51d80'
|
||||
url 'http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz'
|
||||
sha1 'e7477df5f66e650c4c4738ec8e01c2efdb5d1211'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "7e05202e46a27cd917080b8cabcfa2f97abebab3" => :mavericks
|
||||
sha1 "da54d410d113c5bbce67d021b0a65cd52ee0cd36" => :mountain_lion
|
||||
sha1 "ae174af411ee2ecc8269ce32f4c64e45871f1f42" => :lion
|
||||
sha1 "5b60254d47e96bac5d99ee4498f5bfe161eb9367" => :mavericks
|
||||
sha1 "06cbb197cc8b5cd0c67fdcf420aac55f6921e635" => :mountain_lion
|
||||
sha1 "7377e1d2c27d8c7d7bb9b0c77ba21843570e5c8c" => :lion
|
||||
end
|
||||
|
||||
depends_on 'gmp'
|
||||
|
|
Loading…
Reference in a new issue