freecell-solver: update to 5.24.0.
This commit is contained in:
parent
352d6b5781
commit
aecd749b15
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'freecell-solver'
|
||||
pkgname=freecell-solver
|
||||
version=5.22.1
|
||||
version=5.24.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Automatically solves Freecell and similar variants of solitaire"
|
|||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
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=7603b161adb39dda932c734c1008c6e000b40ad69096c239cdf552c9f0b9591b
|
||||
checksum=34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
|
|
Loading…
Reference in a new issue