arpack: 3.8.0 -> 3.9.0

This commit is contained in:
2023-02-11 20:58:06 -05:00
parent 5f3f521fed
commit 86bfcdcc0e
5 changed files with 42 additions and 25 deletions

5
arpack/.watch Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
curl -s "https://github.com/opencollab/arpack-ng/tags" \
| awk '/archive\/refs\/tags.*tar\.gz/ {$0=gensub(/.*\/refs\/tags\/(.+)\.tar\.gz.*/,"\\1",1); print;}' \
| head -n 1