From 51b8da258616f832e7425a8e6f704a5678677c25 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 26 Dec 2018 20:06:59 +0100 Subject: [PATCH] SLADE: update to 3.1.4. --- srcpkgs/SLADE/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SLADE/template b/srcpkgs/SLADE/template index 401884f83c2..75be41321ac 100644 --- a/srcpkgs/SLADE/template +++ b/srcpkgs/SLADE/template @@ -1,6 +1,6 @@ # Template file for 'SLADE' pkgname=SLADE -version=3.1.3 +version=3.1.4 revision=1 build_style=cmake hostmakedepends="pkg-config p7zip" @@ -12,7 +12,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/sirjuddington/SLADE" changelog="https://github.com/sirjuddington/SLADE/releases/tag/${version}" distfiles="https://github.com/sirjuddington/SLADE/archive/${version}.tar.gz" -checksum=caa5027dfed00b7faf6ef783e84d04bd018816223e002e6eeca2f7ccaeac91f5 +checksum=ee3acaaf27292c90a46eea509c3a56564e1339b3080a9648dc6edf5b731be57e if [ -z "$CROSS_BUILD" ]; then configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"