UEFITool: update to A75.

This commit is contained in:
0x5c
2026-07-10 02:31:58 -04:00
committed by classabbyamp
parent a5c3e64b0a
commit eae6e368d3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'UEFITool'
pkgname=UEFITool
version=A72
version=A75
revision=1
build_style=cmake
hostmakedepends="qt6-base qt6-tools"
@@ -10,7 +10,7 @@ maintainer="0x5c <dev@0x5c.io>"
license="BSD-2-Clause"
homepage="https://github.com/LongSoft/UEFITool/"
distfiles="https://github.com/LongSoft/UEFITool/archive/${version}.tar.gz"
checksum=3cace3f617c0023ffed4b95009752a50c55fe22cbba62d760b85f800ce74697f
checksum=f624ac80cdd716ed5e071d46f1516c84ce99b44fd5ce72663903c0a569c40770
post_install() {
vlicense LICENSE.md
+1 -1
View File
@@ -1 +1 @@
pattern='/archive/refs/tags/(v?|UEFITool)?\K[A-Z\d.]+(?=\.tar\.gz")'
pattern='refs/tags/\KA[0-9]+$'