From 1c91e6db10a4b196d6db3f53dc2f8d00c99f9f6b Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Dec 2018 23:02:46 +0100 Subject: [PATCH] SLADE: update to 3.1.3. --- srcpkgs/SLADE/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SLADE/template b/srcpkgs/SLADE/template index b1eb5ec8645..401884f83c2 100644 --- a/srcpkgs/SLADE/template +++ b/srcpkgs/SLADE/template @@ -1,6 +1,6 @@ # Template file for 'SLADE' pkgname=SLADE -version=3.1.2 +version=3.1.3 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=213d8ac065e3ec06e7e7df39695a58296f7ca435c10244389b21d9f91ed49724 +checksum=caa5027dfed00b7faf6ef783e84d04bd018816223e002e6eeca2f7ccaeac91f5 if [ -z "$CROSS_BUILD" ]; then configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"