From ca938b45e6dfc380bdeee0ed0c7bb9c53d58cfd6 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 3 Oct 2024 08:28:51 -0500 Subject: [PATCH] spicy: update to 1.11.3. --- srcpkgs/spicy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spicy/template b/srcpkgs/spicy/template index 34cc51d0778..39f0d1549a9 100644 --- a/srcpkgs/spicy/template +++ b/srcpkgs/spicy/template @@ -1,6 +1,6 @@ # Template file for 'spicy' pkgname=spicy -version=1.11.2 +version=1.11.3 revision=1 build_style=cmake build_helper=qemu @@ -11,7 +11,7 @@ maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://docs.zeek.org/projects/spicy/en/latest/" distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar.gz" -checksum=31f44e6887b6d085004a610be3414577d279940cd11681bac373ff76b03d2049 +checksum=6631321ed26d05e798523424c813fa8ca1b41261bcdf84f5a1d716114d1c6757 if [ "$CROSS_BUILD" ]; then export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"