summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-05-21 11:34:49 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-05-21 11:34:49 (GMT)
commit2a2c6fae82cf36fc47ab4fe96468445163314deb (patch)
tree293c3ca10af565b3ce24d8d3c978f5e9b8b90b04
parenteb6cef39a2921d78f120d4a00eee3362c34e39e2 (diff)
downloadmxe-2a2c6fae82cf36fc47ab4fe96468445163314deb.zip
mxe-2a2c6fae82cf36fc47ab4fe96468445163314deb.tar.gz
mxe-2a2c6fae82cf36fc47ab4fe96468445163314deb.tar.bz2
update package nettle
-rw-r--r--index.html2
-rw-r--r--src/nettle.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 65dba75..9d5f298 100644
--- a/index.html
+++ b/index.html
@@ -1754,7 +1754,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="nettle-package">nettle</td>
- <td id="nettle-version">2.6</td>
+ <td id="nettle-version">2.7</td>
<td id="nettle-website"><a href="http://www.lysator.liu.se/~nisse/nettle/">nettle</a></td>
</tr>
<tr>
diff --git a/src/nettle.mk b/src/nettle.mk
index 8d906f0..d031dae 100644
--- a/src/nettle.mk
+++ b/src/nettle.mk
@@ -3,7 +3,7 @@
PKG := nettle
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 401f982a0b365e04c8c38c4da42afdd7d2d51d80
+$(PKG)_CHECKSUM := e17de3678b987841e88a724b7d2f6856d97ab139
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.lysator.liu.se/~nisse/archive/$($(PKG)_FILE)
@@ -13,6 +13,7 @@ define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.lysator.liu.se/~nisse/archive/' | \
$(SED) -n 's,.*nettle-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'pre' | \
+ grep -v 'rc' | \
tail -1
endef