From f65f22f6302c4b25effa2894fa907c5ab110f40d Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 14 Nov 2023 17:35:37 -0600 Subject: [PATCH] Fix watch file --- debian/changelog | 1 + debian/watch | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6baefa..b710ead 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ calamares (3.3.0-alpha4-0ubuntu2) noble; urgency=medium * Fixed encrypted installations. (LP: #2043301) + * Fixed watch file. -- Aaron Rainbolt Tue, 14 Nov 2023 17:32:18 -0600 diff --git a/debian/watch b/debian/watch index 2d5fdc3..47cc724 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,5 @@ version=4 -opts="pgpsigurlmangle=s/$/.asc/, uversionmangle=s/\..$/-alpha2/" \ -https://github.com/calamares/calamares/releases .*/calamares-([\d\.]+)-alpha([\d]+).tar.gz +opts="searchmode=plain, \ +pgpsigurlmangle=s/$/.asc/, \ +uversionmangle=s/(\d+\.\d+\.\d+\-[a-zA-Z]*\d+).*/$1/" \ + https://api.github.com/repos/calamares/@PACKAGE@/releases https:\/\/github.com\/calamares\/calamares\/releases\/download\/v(?:[-_]?(\d[\-+\.:\~\da-zA-Z]*))\/calamares-(?:[-_]?(\d[\-+\.:\~\da-zA-Z]*)).tar.gz