cruxports/python3-et_xmlfile/.watch

7 lines
186 B
Plaintext
Raw Permalink Normal View History

2024-05-04 12:16:57 +00:00
#!/bin/sh
2023-02-12 01:54:05 +00:00
2024-05-04 12:16:57 +00:00
curl -s "https://pypi.org/rss/project/et-xmlfile/releases.xml" \
| awk '/<title>[0-9]+/ {print}' \
2024-05-04 12:16:57 +00:00
| sed 's/.*<title>//; s/<\/title>//;' \
| head -n 1