File: watch

package info (click to toggle)
mtpaint 3.50.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,344 kB
  • sloc: ansic: 57,311; sh: 3,372; makefile: 83; perl: 61
file content (10 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Every commit to master has subject "Version 1.2.3" and is proclaimed as the new release
# https://github.com/wjaguar/mtPaint/issues/79
version=4
opts=\
searchmode=plain,\
pgpmode=none,\
filenamemangle=s%.*Version[[:space:]]*(.*)%@PACKAGE@-$1.tar.gz%,\
downloadurlmangle=s%.*"sha":"([0-9a-f]*)["].*%https://github.com/wjaguar/mtPaint/archive/$1.tar.gz% \
	https://api.github.com/repos/wjaguar/mtPaint/commits \
	"sha":"[0-9a-f]*".+?Version[[:space:]]*@ANY_VERSION@