From a2c271d677a10eb432cb1413d1f44f98b8d0d88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 23 Feb 2022 02:56:48 +0100 Subject: [PATCH] debian/watch: Look for any released version --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index fc16d30f..990b58fa 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/" \ https://download.gnome.org/sources/@PACKAGE@/cache.json \ - [\d.]+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@ + [\d.]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@