summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-09-25 09:38:42 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-09-25 09:38:42 (GMT)
commitb6988f700f46bb3c9e69bf360462853814b4e963 (patch)
treefcb7407b3253b2c9cdabed017f8acdf81775ff51
parenta13cb3de6c52e3196ab9a02e3d855262073b4bca (diff)
downloadmxe-b6988f700f46bb3c9e69bf360462853814b4e963.zip
mxe-b6988f700f46bb3c9e69bf360462853814b4e963.tar.gz
mxe-b6988f700f46bb3c9e69bf360462853814b4e963.tar.bz2
update package armadillo
-rw-r--r--index.html2
-rw-r--r--src/armadillo.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 14d1a83..6c2d0fa 100644
--- a/index.html
+++ b/index.html
@@ -925,7 +925,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="armadillo-package">armadillo</td>
- <td id="armadillo-version">3.4.1</td>
+ <td id="armadillo-version">3.4.2</td>
<td id="armadillo-website"><a href="http://armadillo.sf.net/">Armadillo C++ linear algebra library</a></td>
</tr>
<tr>
diff --git a/src/armadillo.mk b/src/armadillo.mk
index 01641ae..15df39d 100644
--- a/src/armadillo.mk
+++ b/src/armadillo.mk
@@ -4,7 +4,7 @@
# armadillo
PKG := armadillo
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 16f11ee6e7a545581ab239e7f826e14d7d1c2e3a
+$(PKG)_CHECKSUM := de3d2a6005d2433f0630f4ef0885a0a8712968dd
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)