cruxports/libde265/.watch

7 lines
177 B
Bash
Executable File

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