update package armadillo

This commit is contained in:
Mark Brand 2012-11-02 12:40:30 +01:00
parent 06385ee446
commit 9cef1f5463
2 changed files with 2 additions and 2 deletions

View File

@ -925,7 +925,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="armadillo-package">armadillo</td>
<td id="armadillo-version">3.4.3</td>
<td id="armadillo-version">3.4.4</td>
<td id="armadillo-website"><a href="http://armadillo.sf.net/">Armadillo C++ linear algebra library</a></td>
</tr>
<tr>

View File

@ -4,7 +4,7 @@
# armadillo
PKG := armadillo
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := a89adc51fa01640bfe463d9120cae57b2c073f8e
$(PKG)_CHECKSUM := e293a56695e7447cf5caa395932f1f0d41e13ffc
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)