cruxports/arpack/.watch

6 lines
186 B
Plaintext
Raw Normal View History

2023-02-12 01:58:06 +00:00
#!/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