From 76a9601868721976434431ffe747d504f3f2f860 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 7 Jun 2020 23:41:44 +0200 Subject: [PATCH] SLADE: update to 3.1.12a. --- srcpkgs/SLADE/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SLADE/template b/srcpkgs/SLADE/template index 10228f37b84..9ce190e373d 100644 --- a/srcpkgs/SLADE/template +++ b/srcpkgs/SLADE/template @@ -1,6 +1,6 @@ # Template file for 'SLADE' pkgname=SLADE -version=3.1.11 +version=3.1.12a revision=1 build_style=cmake hostmakedepends="pkg-config p7zip which" @@ -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=83cea24520d57f6bd23f146925eab55e2413f7c91e24c84bcda550b94ecedc08 +checksum=7dc8a0089855f6321d2ec185fa5c97fcb7cc54857033aa3adec9a5ec8226ed60 if [ -z "$CROSS_BUILD" ]; then configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"