diff options
author | Steve McIntyre <93sam@debian.org> | 2025-03-24 09:37:34 +0000 |
---|---|---|
committer | Steve McIntyre <93sam@debian.org> | 2025-03-24 09:37:34 +0000 |
commit | fd67985098863cfd4b61b9746377456ea2540399 (patch) | |
tree | 09d2d6f663cf5bc5b7ee088df4cda3cbb117bc98 /debian/watch | |
parent | 90323463f42ddc0c37b816d436e807d4d749846c (diff) | |
parent | ccf52eb2256c3448d41c4c8bf45969491256570d (diff) | |
download | efi-boot-shim-master.tar.gz efi-boot-shim-master.zip |
Merge branch 'mr/fix-d-watch-for-RC' into 'master'master
d/watch: mangle RC versions
See merge request efi-team/shim!18
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index 672f8bae..ed9fa239 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ # Compulsory line, this is a version 4 file version=4 -opts="repack,compression=xz,pgpmode=auto,searchmode=plain" \ +opts="repack,compression=xz,pgpmode=auto,uversionmangle=s/\.rc/~rc/,searchmode=plain" \ https://api.github.com/repos/rhboot/shim/releases?per_page=100 \ - https://github.com/rhboot/shim/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@
\ No newline at end of file + https://github.com/rhboot/shim/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ |