cruxports/recode/.watch

6 lines
127 B
Plaintext
Raw Permalink Normal View History

2023-02-11 02:01:18 +00:00
#!/bin/sh
2024-05-04 12:16:57 +00:00
curl -s "https://github.com/rrthomas/recode/raw/master/NEWS" \
| awk '/^Version [0-9]+/ {print $2}' \
2023-02-11 02:01:18 +00:00
| head -n 1