arpack: 3.8.0 -> 3.9.0
This commit is contained in:
5
arpack/.watch
Normal file
5
arpack/.watch
Normal 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
|
||||
Reference in New Issue
Block a user