cruxports/wf-recorder/.watch

6 lines
134 B
Plaintext
Raw Normal View History

2023-02-17 20:00:33 +00:00
#!/bin/sh
2024-05-04 12:16:57 +00:00
curl -s "https://github.com/ammen99/wf-recorder/tags" \
| awk '/bump meson.build version to / {print $NF}' \
2023-02-17 20:00:33 +00:00
| head -n 1