aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorRuben Fonseca2013-12-26 08:35:26 +0000
committerMike McQuaid2013-12-26 09:53:14 +0000
commit3c39f2e43121d695e0ad53d6a21927f43cb9b667 (patch)
tree42b784feabc444c3e5275925ed2d6ff16a287490 /Library/Formula
parent44988d34fcd192b784aa3bb356d6deb5dc526a9e (diff)
downloadhomebrew-3c39f2e43121d695e0ad53d6a21927f43cb9b667.tar.bz2
nettle 2.7.1
Closes #25470. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nettle.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nettle.rb b/Library/Formula/nettle.rb
index 8c251660f..b6513adbe 100644
--- a/Library/Formula/nettle.rb
+++ b/Library/Formula/nettle.rb
@@ -2,8 +2,8 @@ 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'
depends_on 'gmp'