SLADE: update to 3.1.8.

This commit is contained in:
John 2019-11-25 10:23:18 +01:00
parent 9026400f4d
commit 24e73ff8e5

View file

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