From acecb982546733c2b1542d3298bc1fda36195092 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Feb 2025 12:14:21 +0100 Subject: [PATCH] Updating watch file to use github tags instead of releases. Signed-off-by: Daniel Baumann --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index f79ebfe..91ff11d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ 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 +https://github.com/linux-nvme/nvme-cli/tags .*/v?(\d\S+)\.tar\.gz