diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:06:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:06:50 +0000 |
commit | 68adc8536f8a146e7f7597f92e14c7ab0debaa53 (patch) | |
tree | f339c57ee65b7ade0794e0b501f0d1813b5dd282 /debian/watch | |
parent | Adding upstream version 6.17.2. (diff) | |
download | ansible-lint-68adc8536f8a146e7f7597f92e14c7ab0debaa53.tar.xz ansible-lint-68adc8536f8a146e7f7597f92e14c7ab0debaa53.zip |
Adding debian version 6.17.2-1.debian/6.17.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..ba95a1f --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=4 +opts="searchmode=plain,\ +filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%,\ +uversionmangle=s/(\d)[_\.\-\+]?(\d)[_\.\-\+]?(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/" \ +https://api.github.com/repos/ansible-community/ansible-lint/releases?per_page=30 \ +https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@ |