SLADE: update to 3.1.4.

This commit is contained in:
John 2018-12-26 20:06:59 +01:00 committed by maxice8
parent 868aeec7a8
commit 51b8da2586
1 changed files with 2 additions and 2 deletions

View File

@ -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"