Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/UEFITool/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'UEFITool'
pkgname=UEFITool
version=A72
version=A75
revision=1
build_style=cmake
hostmakedepends="qt6-base qt6-tools"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/UEFITool/update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pattern='/archive/refs/tags/(v?|UEFITool)?\K[A-Z\d.]+(?=\.tar\.gz")'
pattern='refs/tags/\KA[0-9]+$'