summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/lapack.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3c45ecd..886be27 100644
--- a/index.html
+++ b/index.html
@@ -1280,7 +1280,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="lapack-package">lapack</td>
- <td id="lapack-version">3.4.1</td>
+ <td id="lapack-version">3.4.0</td>
<td id="lapack-website"><a href="http://www.netlib.org/lapack/">lapack</a></td>
</tr>
<tr>
diff --git a/src/lapack.mk b/src/lapack.mk
index ab33bf8..28edd27 100644
--- a/src/lapack.mk
+++ b/src/lapack.mk
@@ -3,7 +3,7 @@
PKG := lapack
$(PKG)_IGNORE := 3.4.1
-$(PKG)_CHECKSUM := 318a98c0b627c92b8e533d665574e76c0d3e8a17
+$(PKG)_CHECKSUM := 910109a931524f8dcc2734ce23fe927b00ca199f
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)