From db246b1a07619758865dc867d0aa48b2d81aaef5 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 22 Aug 2019 19:00:15 +0200 Subject: [PATCH] SLADE: update to 3.1.6. --- srcpkgs/SLADE/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SLADE/template b/srcpkgs/SLADE/template index 0015cd93633..d3ce292f6d6 100644 --- a/srcpkgs/SLADE/template +++ b/srcpkgs/SLADE/template @@ -1,6 +1,6 @@ # Template file for 'SLADE' pkgname=SLADE -version=3.1.5 +version=3.1.6 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=ddab2c5bde9939dd74505fa4f021995e35f00ead0124ce19cbf72f908445aec4 +checksum=f435b5f51899d4f98dc767262e053dec0cc3ad415923a08e75e0fdad0a3168b5 if [ -z "$CROSS_BUILD" ]; then configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"