mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
21 lines
431 B
YAML
21 lines
431 B
YAML
---
|
|
|
|
name: urlwatch
|
|
url: https://github.com/thp/urlwatch/tags
|
|
user_visible_url: https://github.com/thp/urlwatch
|
|
filter:
|
|
- xpath: '(//h4[@data-test-selector="tag-title"]/a)[1]'
|
|
- html2text: re
|
|
- strip:
|
|
|
|
---
|
|
|
|
name: shadowsocks-libev
|
|
url: https://api.github.com/repos/shadowsocks/shadowsocks-libev/releases/latest
|
|
user_visible_url: https://github.com/shadowsocks/shadowsocks-libev
|
|
filter:
|
|
- shellpipe: 'jq -r .tag_name'
|
|
- strip:
|
|
|
|
...
|