spicy: update to 1.11.3.

This commit is contained in:
Andrew Benson 2024-10-03 08:28:51 -05:00
parent c0bf83d591
commit ca938b45e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'spicy' # Template file for 'spicy'
pkgname=spicy pkgname=spicy
version=1.11.2 version=1.11.3
revision=1 revision=1
build_style=cmake build_style=cmake
build_helper=qemu build_helper=qemu
@ -11,7 +11,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://docs.zeek.org/projects/spicy/en/latest/" homepage="https://docs.zeek.org/projects/spicy/en/latest/"
distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar.gz" distfiles="https://github.com/zeek/spicy/releases/download/v${version}/spicy.tar.gz"
checksum=31f44e6887b6d085004a610be3414577d279940cd11681bac373ff76b03d2049 checksum=6631321ed26d05e798523424c813fa8ca1b41261bcdf84f5a1d716114d1c6757
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static" export CROSSCOMPILE_EMULATOR="/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static"