From 2762830b101f2d89bf2ec29ddc3e717ef5dba64e Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Tue, 8 Mar 2022 09:32:45 -0500 Subject: [PATCH] Revert "debian/watch: Look for any released version" This reverts commit a2c271d677a10eb432cb1413d1f44f98b8d0d88f. Now that the 42 devel series is basically done, let's return to looking for stable releases. Yes, I know there is some disagreement about our watch files, but this matches what nearly all the Debian GNOME packages do. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 990b58fa..fc16d30f 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@-@ANY_VERSION@@ARCHIVE_EXT@ + [\d.]+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@