From 200dea2b0a6fd23d81e925c9bc1b36c19cd6c811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 29 Nov 2020 02:17:56 -0300 Subject: [PATCH] horizon: update to 1.3.0. --- srcpkgs/horizon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/horizon/template b/srcpkgs/horizon/template index b414febdbba..7ee50466594 100644 --- a/srcpkgs/horizon/template +++ b/srcpkgs/horizon/template @@ -1,6 +1,6 @@ # Template file for 'horizon' pkgname=horizon -version=1.2.1 +version=1.3.0 revision=1 build_style=gnu-makefile make_build_args="GOLD=" @@ -14,7 +14,7 @@ maintainer="Érico Nogueira " license="GPL-3.0-only" homepage="https://horizon-eda.org/" distfiles="https://github.com/horizon-eda/horizon/archive/v${version}.tar.gz" -checksum=3c0d66afeec55cf7fffbb25a467f7aac1576a5f93fec1f461d7f8a3e20072365 +checksum=407ae0022d354d173dc9f75549c68f4d26c195375c28a41ea7c6edee6bfd9bab if [ "$CROSS_BUILD" ]; then make_build_args+=" INC_OCE=-I$XBPS_CROSS_BASE/usr/include/opencascade"