Skip to content

Commit cb7353f

Browse files
committed
games/chess-tui: update to 1.5.0
What's Changed fix: bot promotion using UCI standard by @thomas-mauran in #97 fix: material diff when castling by @thomas-mauran in #99 refactor: move tests by @thomas-mauran in #103 Docs/create website by @thomas-mauran in #107 fix: en passant make sure we eat the piece by @thomas-mauran in #109 docs: getting started, architecture intro and installation guide by @thomas-mauran in #111 Mouse click by @theonlytruealex in #85 Bug fix: Bot move freezes player move by @LucaSain in #84 refactor: split code by @thomas-mauran in #114
1 parent 6eb5b7b commit cb7353f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

games/chess-tui/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# $NetBSD: Makefile,v 1.6 2024/11/20 21:34:33 pin Exp $
1+
# $NetBSD: Makefile,v 1.7 2024/11/28 08:41:26 pin Exp $
22

3-
DISTNAME= chess-tui-1.4.0
3+
DISTNAME= chess-tui-1.5.0
44
CATEGORIES= games
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=thomas-mauran/}
66

77
MAINTAINER= [email protected]
8-
HOMEPAGE= https://github.com/thomas-mauran/chess-tui/
8+
HOMEPAGE= https://thomas-mauran.github.io/chess-tui/
99
COMMENT= Chess TUI implementation in rust
1010
LICENSE= mit
1111

games/chess-tui/cargo-depends.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: cargo-depends.mk,v 1.5 2024/11/20 21:34:33 pin Exp $
1+
# $NetBSD: cargo-depends.mk,v 1.6 2024/11/28 08:41:26 pin Exp $
22

33
CARGO_CRATE_DEPENDS+= ahash-0.8.6
44
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.16

games/chess-tui/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$NetBSD: distinfo,v 1.6 2024/11/20 21:34:33 pin Exp $
1+
$NetBSD: distinfo,v 1.7 2024/11/28 08:41:26 pin Exp $
22

33
BLAKE2s (ahash-0.8.6.crate) = c7ecdf122e7a34429eb48e7855ae47923b0f263167ab871b542c96fa43097698
44
SHA512 (ahash-0.8.6.crate) = 46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
@@ -39,9 +39,9 @@ Size (castaway-0.2.3.crate) = 11509 bytes
3939
BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb
4040
SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
4141
Size (cfg-if-1.0.0.crate) = 7934 bytes
42-
BLAKE2s (chess-tui-1.4.0.tar.gz) = 4edcc44e5d3cd04f40e5ae8c555ab6d9a617abb2d0bc7bef3a734c0279314da4
43-
SHA512 (chess-tui-1.4.0.tar.gz) = ea84225faaa93930b75086bf7df8e41cff6c203a8b632884be8e4cb387b9fa80897fbc4e151c558ca757d50e19bd2e7e171d8b6604e4587afd136d134eb3d496
44-
Size (chess-tui-1.4.0.tar.gz) = 1552315 bytes
42+
BLAKE2s (chess-tui-1.5.0.tar.gz) = c6646e6d70ac714b4c67692ecd5b2173b0c02fddc92b313965add9c38b2936f0
43+
SHA512 (chess-tui-1.5.0.tar.gz) = b1c82575100f2d85d2906bb20b98d97b9caae1d7a4174d0d6cc72d1b8ad3f13ce4c15a6dde2920fcedade93ea1abffd2f4c744a504a9da8af566522a569f7bc5
44+
Size (chess-tui-1.5.0.tar.gz) = 4040186 bytes
4545
BLAKE2s (clap-4.4.11.crate) = 2604d9b97e6749811a6ecaab907231219cff82a7a696500cbca7927a32735788
4646
SHA512 (clap-4.4.11.crate) = 9da3f445523183e16f4c104a2f4029ee9f3fa70e6c8e579aadad0607293ff5963417d8534aa1f3cef6ef8f8a7529a898c01630d3eff42330ec369cf0f760929b
4747
Size (clap-4.4.11.crate) = 54782 bytes

0 commit comments

Comments
 (0)