mokutil: update to 0.7.0.

This commit is contained in:
Duncaen 2024-02-16 17:02:11 +01:00
parent c594051219
commit edfc31ec37
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 4 additions and 13 deletions

View file

@ -1,10 +0,0 @@
--- a/src/mokutil.h
+++ b/src/mokutil.h
@@ -39,7 +39,6 @@
typedef unsigned long efi_status_t;
typedef uint8_t efi_bool_t;
-typedef wchar_t efi_char16_t; /* UNICODE character */
typedef enum {
DELETE_MOK = 0,

View file

@ -1,7 +1,7 @@
# Template file for 'mokutil'
pkgname=mokutil
version=0.6.0
revision=3
version=0.7.0
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
makedepends="keyutils-devel libefivar-devel openssl-devel"
@ -9,8 +9,9 @@ short_desc="Utility to manipulate machine owner keys"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/lcp/mokutil"
changelog="https://github.com/lcp/mokutil/releases"
distfiles="https://github.com/lcp/mokutil/archive/refs/tags/${version}.tar.gz"
checksum=6cc4be216ac083ee19dc986e8a510e1d74f6f4080baa4b5fdc7c503eb483f569
checksum=736b9a23003d36eba0bc6ee7e56ce70aa7f0f31cb34dde5c9e5bd093c1d2dab1
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"