diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-02 21:05:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-02 21:24:45 +0000 |
commit | cef3447c3e30e0f62894bd046bc720d37c508443 (patch) | |
tree | 3bff0b282bb7a697e25d5f4161617c8c6c6a2c9a | |
parent | Removing spurious source/include-binaries file (Closes: #944833). (diff) | |
download | nvme-cli-cef3447c3e30e0f62894bd046bc720d37c508443.tar.xz nvme-cli-cef3447c3e30e0f62894bd046bc720d37c508443.zip |
Updating watch file to version 4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/watch b/debian/watch index 082059c..f79ebfe 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 -opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/nvme-cli-$1.tar.gz/" \ -https://github.com/linux-nvme/nvme-cli/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/nvme-cli-$1\.tar\.gz/ \ +https://github.com/linux-nvme/nvme-cli/releases .*/v?(\d\S+)\.tar\.gz |