From f667fcc6668110773c0ed76ac0a5abb329a27daa Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 24 Jun 2022 15:12:05 +0200 Subject: [PATCH] debian/watch: Look at tags instead of releases --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index ee48a5e..d12a5d2 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/dimitri/pgloader/releases .*/v(.*).tar.gz +https://github.com/dimitri/pgloader/tags .*/v(.*).tar.gz