changeset 5700:5e5c201cd134

* src/arpack.mk: update update rule
author John Donoghue <john.donoghue@ieee.org>
date Mon, 22 Mar 2021 16:13:11 -0400
parents ee016774493e
children fcc82cc3b632
files src/arpack.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/arpack.mk	Sun Mar 14 10:02:31 2021 +0100
+++ b/src/arpack.mk	Mon Mar 22 16:13:11 2021 -0400
@@ -28,8 +28,8 @@
 endif
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'https://github.com/opencollab/arpack-ng/releases' | \
-    $(SED) -n 's,.*href="/opencollab/arpack-ng/archive/\([0-9][^"]*\)\.tar.*,\1,p' | \
+    $(WGET) -q -O- 'https://github.com/opencollab/arpack-ng/tags' | \
+    $(SED) -n 's,.*releases/tag/\([^"]*\).*,\1,p' | \
     head -1
 endef