File: watch

package info (click to toggle)
libqb 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,916 kB
  • sloc: ansic: 22,138; sh: 4,465; makefile: 586
file content (9 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
version=4

opts=\
  downloadurlmangle=s|/tag/(v?)@ANY_VERSION@|/download/$1$2/@PACKAGE@-$2.tar.xz|,\
  filenamemangle=s|.*/(v?)@ANY_VERSION@|@PACKAGE@-$2.tar.xz|,\
  pgpsigurlmangle=s|$|.asc| \
  https://github.com/ClusterLabs/@PACKAGE@/releases/ /ClusterLabs/@PACKAGE@/releases/tag/v?(.+)
# The version part of matching-pattern is more generic than @ANY_VERSION@
# used in the mangles to provoke early errors on unexpected version strings.