SLADE: update to 3.1.5.

This commit is contained in:
John 2019-05-11 13:22:03 +02:00
parent a929e1c46b
commit b3b33c6195
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

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