cruxports/prboom-plus/.watch
2024-05-04 12:27:07 +00:00

6 lines
154 B
Bash
Executable File

#!/bin/sh
curl -s "https://github.com/coelckers/prboom-plus/tags" \
| awk '/^\s*<pre class.*bump version to / {print $NF}' \
| head -n 1