Date: Saturday, October 10, 2020 @ 11:33:02 Author: arojas Revision: 397840
Update to 6.2.0 Modified: freecell-solver/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-10 09:18:55 UTC (rev 397839) +++ PKGBUILD 2020-10-10 11:33:02 UTC (rev 397840) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=freecell-solver -pkgver=6.0.1 +pkgver=6.2.0 pkgrel=1 pkgdesc="A program that automatically solves layouts of Freecell and similar variants of Card Solitaire" arch=(x86_64) @@ -12,7 +12,7 @@ optdepends=('python-random2: for the Python interface' 'python-six: for the Python interface' 'python-pysol_cards: for the Python interface') source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz) -sha256sums=('9f1a4c6d5c8ac54c6619b3b988efb5562d460cd048d33345e52a0c849fd0d9df') +sha256sums=('2267758cc00ec7e7f0c47e61f398032afb4bb5386d1e54d5164ca815547f7423') build() { cmake -B build -S $pkgname-$pkgver \
