~alpine/aports

testing/ima-evm-utils: upgrade to 1.4 v1 PROPOSED

Petr Vorel: 1
 testing/ima-evm-utils: upgrade to 1.4

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3742/mbox | git am -3
Learn more about email & git

[PATCH 1/1] testing/ima-evm-utils: upgrade to 1.4 Export this patch

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 testing/ima-evm-utils/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/ima-evm-utils/APKBUILD b/testing/ima-evm-utils/APKBUILD
index 6f7825f3a6..127d3d0ab3 100644
--- a/testing/ima-evm-utils/APKBUILD
+++ b/testing/ima-evm-utils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Petr Vorel <petr.vorel@gmail.com>
# Maintainer: Petr Vorel <petr.vorel@gmail.com>
pkgname=ima-evm-utils
pkgver=1.3.2
pkgver=1.4
pkgrel=0
pkgdesc="Linux Integrity Measurement Architecture (IMA) Extended Verification Module (EVM) tools"
url="https://sourceforge.net/p/linux-ima/wiki/Home/"
@@ -51,4 +51,4 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="af96935f953fbec8cdd40ba1a24001fae916633df03f9dee1e96775baec0ffea21a7a13798b3e3c3f375fd493a65fe65b5357887890b46cac0c4dcca5a5b79db  ima-evm-utils-1.3.2.tar.gz"
sha512sums="2fdf41470d88608162a084c4877ba17d531941b744bcb44dd4913e48ab2c2d131e0af3e3ead74c18748a5d46aced51213ebd7c13a5ee19050c28d54a26c011a3  ima-evm-utils-1.4.tar.gz"
-- 
2.33.1
Hi there,