bemenu, python3-et_xmlfile: update watch files

This commit is contained in:
John McQuah 2024-05-11 17:38:59 +00:00
parent 6443839e1b
commit 4c7fb85c10
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
lynx -dump "https://github.com/Cloudef/bemenu/raw/master/VERSION"
lynx -dump "https://raw.githubusercontent.com/Cloudef/bemenu/master/VERSION"

View File

@ -1,6 +1,6 @@
#!/bin/sh
curl -s "https://pypi.org/rss/project/et-xmlfile/releases.xml" \
| awk '/<title>[0-9]+/ {print}'
| awk '/<title>[0-9]+/ {print}' \
| sed 's/.*<title>//; s/<\/title>//;' \
| head -n 1