diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-25 04:14:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-25 04:14:21 +0000 |
commit | 8e4749bbcbe36883048ed6fee8b1d4a766fe89f9 (patch) | |
tree | 307e28b83b704ccc1ae3cb53793e282f72e6c472 | |
parent | Releasing debian version 1.46.3-1. (diff) | |
download | netdata-8e4749bbcbe36883048ed6fee8b1d4a766fe89f9.tar.xz netdata-8e4749bbcbe36883048ed6fee8b1d4a766fe89f9.zip |
Correcting 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 b65290a2c..7a0a8e767 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="pgpmode=auto" \ -https://github.com/netdata/netdata/releases/ download/v(?:\d\S*)/netdata-v(\d\S*)\.(?:tar\.(?:gz|xz)) +https://github.com/netdata/netdata/tags .*/v?(\d\S+)\.tar\.gz |