blob: 40bc2ca061056afc9021feb21e82ba06119b6fec (
plain)
1
2
3
4
5
6
|
# test this watch file using:
# uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-fun
# https://wiki.debian.org/debian/watch#GitHub
version=3
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/luafun-$1\.tar\.gz/ \
https://github.com/luafun/luafun/tags .*/v?(\d\S*)\.tar\.gz
|