From 482f00a287e261b5706bb31554da336b82d25a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 16 Jul 2022 00:23:58 -0300 Subject: [PATCH] horizon: update to 2.3.1. --- srcpkgs/horizon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/horizon/template b/srcpkgs/horizon/template index 6c2e8a8e24b..7496696147c 100644 --- a/srcpkgs/horizon/template +++ b/srcpkgs/horizon/template @@ -1,6 +1,6 @@ # Template file for 'horizon' pkgname=horizon -version=2.3.0 +version=2.3.1 revision=1 build_style=gnu-makefile make_build_args="GOLD=" @@ -16,7 +16,7 @@ license="GPL-3.0-only" homepage="https://horizon-eda.org/" changelog="https://raw.githubusercontent.com/horizon-eda/horizon/master/CHANGELOG.md" distfiles="https://github.com/horizon-eda/horizon/archive/v${version}.tar.gz" -checksum=32045e46ad54469cce926508c09d0d1701dc49fb6ab613be2bc99b0e0a0662b3 +checksum=478632ce6c758884f16ae1f25c1f94358988051697124c4473f8e7d914e7320c if [ "$CROSS_BUILD" ]; then make_build_args+=" INC_OCE=-I$XBPS_CROSS_BASE/usr/include/opencascade"