update package armadillo

This commit is contained in:
Mark Brand 2012-10-03 23:51:47 +02:00
parent d07eaa8b25
commit fe1455c8ca
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.2</td>
<td id="armadillo-version">3.4.3</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 := de3d2a6005d2433f0630f4ef0885a0a8712968dd
$(PKG)_CHECKSUM := a89adc51fa01640bfe463d9120cae57b2c073f8e
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)