]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Fix d/watch
authorBastien Roucariès <rouca@debian.org>
Mon, 15 Apr 2024 08:33:18 +0000 (08:33 +0000)
committerBastien Roucariès <rouca@debian.org>
Mon, 29 Apr 2024 09:55:58 +0000 (09:55 +0000)
debian/watch

index b7a4f851e085e1d2e1b351747f7d29a92bcc06e1..6a8f4782996556a29682c7442d17dceb32d61cb6 100644 (file)
@@ -1,5 +1,5 @@
 # Compulsory line, this is a version 4 file
 version=4
-
-opts="repack,compression=xz,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/shim-$1\.tar\.gz/" \
-  https://github.com/rhboot/shim/releases .*/v?(\d\S*)\.tar\.gz
+opts="repack,compression=xz,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