From 10a3b992deddc13464bc64d32f8f937c54fac097 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Tue, 29 Oct 2024 11:11:59 +0100 Subject: [PATCH] zf: update to 0.10.1 --- srcpkgs/zf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zf/template b/srcpkgs/zf/template index d750b0ec78a..996b7f8019f 100644 --- a/srcpkgs/zf/template +++ b/srcpkgs/zf/template @@ -1,6 +1,6 @@ # Template file for 'zf' pkgname=zf -version=0.10.0 +version=0.10.1 revision=1 build_style=zig-build configure_args="-Dpie" @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/natecraddock/zf" changelog="https://raw.githubusercontent.com/natecraddock/zf/refs/heads/main/CHANGELOG.md" distfiles="https://github.com/natecraddock/zf/archive/refs/tags/${version}.tar.gz" -checksum=a90b2fff1d552910897487d177eaf92176e421f097ad61c70b8f8b127deef160 +checksum=d1640134b002492d2ef823243bc49d96fe7e0780b0b2b45d29331caa9fbbbb27 post_install() { vlicense LICENSE -- 2.11.4.GIT