changeset 2808:3818044b02f9

package cminpack: fix update macro
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 17:32:31 +0200
parents 74ba99a9ac52
children e6138a1951e6
files src/cminpack.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cminpack.mk	Thu Oct 11 17:25:35 2012 +0200
+++ b/src/cminpack.mk	Thu Oct 11 17:32:31 2012 +0200
@@ -10,7 +10,7 @@
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://devernay.free.fr/hacks/cminpack/cminpack.html' | \
+    $(WGET) -q -O- 'http://devernay.free.fr/hacks/cminpack/index.html' | \
     $(SED) -n 's,.*cminpack-\([0-9.]*\)\.tar.*,\1,p' | \
     head -1
 endef