5 lines
227 B
Plaintext
5 lines
227 B
Plaintext
|
# upstream sometimes retag source
|
||
|
# use upstream's Ubuntu focal repo to detect new version.
|
||
|
site='https://linux-clients.seafile.com/seafile-deb/focal/pool/main/s/seafile-daemon/'
|
||
|
pattern='seafile-daemon_\K[\d.]+(?=_amd64.deb)'
|