diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-18 07:02:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-18 07:02:44 +0000 |
commit | c390b666c395572570dfbde0682e421d8d9f587a (patch) | |
tree | 0f3fd1494a2c57223303325b954dd068375dc3fd | |
parent | Releasing debian version 0.15.1-1. (diff) | |
download | gitlint-c390b666c395572570dfbde0682e421d8d9f587a.tar.xz gitlint-c390b666c395572570dfbde0682e421d8d9f587a.zip |
Updating watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 5d6e75d..0ad4bc1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/gitlint-$1\.tar\.gz/ \ -https://github.com/jorisroovers/gitlint/releases .*/v?(\d\S+)\.tar\.gz +https://github.com/jorisroovers/gitlint/tags .*/v?(\d\S+)\.tar\.gz |