freecell-solver: update to 6.8.0.
This commit is contained in:
parent
0bf1f60bde
commit
65895dd15c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'freecell-solver'
|
||||
pkgname=freecell-solver
|
||||
version=6.2.0
|
||||
version=6.8.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="https://fc-solve.shlomifish.org/"
|
||||
changelog="https://fc-solve.shlomifish.org/docs/distro/NEWS.html"
|
||||
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
||||
checksum=2267758cc00ec7e7f0c47e61f398032afb4bb5386d1e54d5164ca815547f7423
|
||||
checksum=95f78a4b15d2fa340271fe4fcc5354065968191ba22db0d40e81b291b8d53d32
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
site=https://fc-solve.shlomifish.org/download.html
|
Loading…
Reference in New Issue