SLADE: update to 3.1.9.

This commit is contained in:
John 2020-02-18 21:24:54 +01:00
parent 451593e734
commit 8d700d052f

View file

@ -1,6 +1,6 @@
# Template file for 'SLADE'
pkgname=SLADE
version=3.1.8
version=3.1.9
revision=1
build_style=cmake
configure_args="-DCL_WX_CONFIG=wx-config-gtk3"
@ -13,7 +13,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=8c6f44b0ad5867e04116d615f159f6e87592a5e48fd32f026e3ccaede65a9f12
checksum=4b03081e3a6021ae8b921f70bae7522ae848bc58fb29d1098ba086cb230648e6
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"