cruxports/wildmidi/.watch

6 lines
170 B
Plaintext
Raw Normal View History

2023-02-11 13:42:45 +00:00
#!/bin/sh
curl -s "https://github.com/Mindwerks/wildmidi/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*>WildMIDI (.+)<.*/,"\\1",1); print;}' \
| head -n 1