update package armadillo

This commit is contained in:
Mark Brand 2012-12-17 12:07:40 +01:00
parent 387f6f9c99
commit 4e11b9b9b8
2 changed files with 2 additions and 2 deletions

View File

@ -928,7 +928,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="armadillo-package">armadillo</td>
<td id="armadillo-version">3.6.0</td>
<td id="armadillo-version">3.6.1</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 := f2a29c78d3c18a48187ef9fc15011d89b2c5268e
$(PKG)_CHECKSUM := c3b34f2c240ca1da6e9e3728dc1ebd2d197a2071
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)