2019-11-05 08:04:37 +01:00
|
|
|
version=4
|
2022-11-13 17:09:31 +01:00
|
|
|
|
|
|
|
# using Github's API with tags
|
|
|
|
|
|
|
|
opts="searchmode=plain,\
|
|
|
|
filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.gz%" \
|
|
|
|
https://api.github.com/repos/cronie-crond/cronie/tags?per_page=100 \
|
|
|
|
https://api.github.com/repos/[^/]+/[^/]+/tarball/refs/tags/v?@ANY_VERSION@
|