cruxports/libheif/.watch

7 lines
176 B
Plaintext
Raw Normal View History

2023-02-17 14:35:05 +00:00
#!/bin/sh
curl -s "https://github.com/strukturag/libheif/releases" \
| awk '/h2 class=.sr-only/ {$0=gensub(/.*>v(.+)<.*/,"\\1",1); print;}' \
| head -n 1 \
| cut -d" " -f1