use new upstream tags
This commit is contained in:
parent
89744e3d49
commit
c568fe012f
|
@ -1,4 +1,5 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
upstream-branch = master
|
upstream-branch = master
|
||||||
debian-branch = debian
|
debian-branch = debian
|
||||||
upstream-tag = %(version)s
|
upstream-tag = libpsl-%(version)s
|
||||||
|
upstream-vcs-tag = libpsl-%(version)s
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
version=3
|
version=3
|
||||||
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/libpsl-$1\.tar\.gz/ \
|
https://github.com/rockdaboot/libpsl/tags .*/libpsl-(\d\S*)\.tar\.gz
|
||||||
https://github.com/rockdaboot/libpsl/tags .*/v?(\d\S*)\.tar\.gz
|
|
||||||
|
|
Loading…
Reference in New Issue