Skip to content

Commit

Permalink
Merge pull request #215 from credativ/debian-watch
Browse files Browse the repository at this point in the history
debian/watch: Look at tags instead of releases
  • Loading branch information
ioguix authored Oct 18, 2022
2 parents 7ebb25b + 72d865a commit d191e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/PAF-$1\.tar\.gz/,uversionmangle=s/_beta/~beta/;s/_alpha/~alpha/;s/_rc/~rc/ \
https://github.com/ClusterLabs/PAF/releases .*/v?(\d\S+)\.tar\.gz
https://github.com/ClusterLabs/PAF/tags .*/v?(\d\S+)\.tar\.gz

0 comments on commit d191e09

Please sign in to comment.