mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
mokutil: update to 0.7.0.
This commit is contained in:
parent
c594051219
commit
edfc31ec37
2 changed files with 4 additions and 13 deletions
|
@ -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,
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mokutil'
|
# Template file for 'mokutil'
|
||||||
pkgname=mokutil
|
pkgname=mokutil
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf automake pkg-config"
|
hostmakedepends="autoconf automake pkg-config"
|
||||||
makedepends="keyutils-devel libefivar-devel openssl-devel"
|
makedepends="keyutils-devel libefivar-devel openssl-devel"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Utility to manipulate machine owner keys"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/lcp/mokutil"
|
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"
|
distfiles="https://github.com/lcp/mokutil/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=6cc4be216ac083ee19dc986e8a510e1d74f6f4080baa4b5fdc7c503eb483f569
|
checksum=736b9a23003d36eba0bc6ee7e56ce70aa7f0f31cb34dde5c9e5bd093c1d2dab1
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
makedepends+=" libxcrypt-devel"
|
makedepends+=" libxcrypt-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue