bemenu, python3-et_xmlfile: update watch files
This commit is contained in:
parent
6443839e1b
commit
4c7fb85c10
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
lynx -dump "https://github.com/Cloudef/bemenu/raw/master/VERSION"
|
lynx -dump "https://raw.githubusercontent.com/Cloudef/bemenu/master/VERSION"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
curl -s "https://pypi.org/rss/project/et-xmlfile/releases.xml" \
|
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>//;' \
|
| sed 's/.*<title>//; s/<\/title>//;' \
|
||||||
| head -n 1
|
| head -n 1
|
||||||
|
Loading…
Reference in New Issue
Block a user