From 7448e4bdba73c1ba802afbdd9adb939fd793a882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 3 Feb 2021 16:00:43 -0300 Subject: [PATCH] horizon: update to 1.4.0. Also add changelog. --- srcpkgs/horizon/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/horizon/template b/srcpkgs/horizon/template index 7daf6b6154d..95e87bf0b75 100644 --- a/srcpkgs/horizon/template +++ b/srcpkgs/horizon/template @@ -1,7 +1,7 @@ # Template file for 'horizon' pkgname=horizon -version=1.3.0 -revision=2 +version=1.4.0 +revision=1 build_style=gnu-makefile make_build_args="GOLD=" make_use_env=yes @@ -13,8 +13,9 @@ short_desc="Free EDA package" maintainer="Érico Nogueira " 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=407ae0022d354d173dc9f75549c68f4d26c195375c28a41ea7c6edee6bfd9bab +checksum=a0fbbbca903594975dd468af10581be8d52256ad441e7f8c71d1e70b341dbfe4 if [ "$CROSS_BUILD" ]; then make_build_args+=" INC_OCE=-I$XBPS_CROSS_BASE/usr/include/opencascade"