freecell-solver: update to 5.18.0.

This commit is contained in:
Piotr Wójcik 2020-02-22 16:20:44 +01:00 committed by Piotr
parent e11d4de0ac
commit f9e874228c

View file

@ -1,6 +1,6 @@
# Template file for 'freecell-solver' # Template file for 'freecell-solver'
pkgname=freecell-solver pkgname=freecell-solver
version=5.16.0 version=5.18.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DFCS_WITH_TEST_SUITE=OFF" configure_args="-DFCS_WITH_TEST_SUITE=OFF"
@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT" license="MIT"
homepage="https://fc-solve.shlomifish.org/" homepage="https://fc-solve.shlomifish.org/"
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz" distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
checksum=7f12dc75d23493c57ec966de8d05ede18d934c597494e1cb30052c6f08808f65 checksum=386080dd1d42d1fa0e120e02caf34b7a9c5aa11155145f5654d0cf53a1359f20
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat" makedepends+=" musl-legacy-compat"