Skip to content

Commit

Permalink
games/chess-tui: update to 1.5.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0323pin committed Nov 28, 2024
1 parent 6eb5b7b commit cb7353f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions games/chess-tui/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.6 2024/11/20 21:34:33 pin Exp $
# $NetBSD: Makefile,v 1.7 2024/11/28 08:41:26 pin Exp $

DISTNAME= chess-tui-1.4.0
DISTNAME= chess-tui-1.5.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=thomas-mauran/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/thomas-mauran/chess-tui/
HOMEPAGE= https://thomas-mauran.github.io/chess-tui/
COMMENT= Chess TUI implementation in rust
LICENSE= mit

Expand Down
2 changes: 1 addition & 1 deletion games/chess-tui/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: cargo-depends.mk,v 1.5 2024/11/20 21:34:33 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.6 2024/11/28 08:41:26 pin Exp $

CARGO_CRATE_DEPENDS+= ahash-0.8.6
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.16
Expand Down
8 changes: 4 additions & 4 deletions games/chess-tui/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.6 2024/11/20 21:34:33 pin Exp $
$NetBSD: distinfo,v 1.7 2024/11/28 08:41:26 pin Exp $

BLAKE2s (ahash-0.8.6.crate) = c7ecdf122e7a34429eb48e7855ae47923b0f263167ab871b542c96fa43097698
SHA512 (ahash-0.8.6.crate) = 46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
Expand Down Expand Up @@ -39,9 +39,9 @@ Size (castaway-0.2.3.crate) = 11509 bytes
BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb
SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
Size (cfg-if-1.0.0.crate) = 7934 bytes
BLAKE2s (chess-tui-1.4.0.tar.gz) = 4edcc44e5d3cd04f40e5ae8c555ab6d9a617abb2d0bc7bef3a734c0279314da4
SHA512 (chess-tui-1.4.0.tar.gz) = ea84225faaa93930b75086bf7df8e41cff6c203a8b632884be8e4cb387b9fa80897fbc4e151c558ca757d50e19bd2e7e171d8b6604e4587afd136d134eb3d496
Size (chess-tui-1.4.0.tar.gz) = 1552315 bytes
BLAKE2s (chess-tui-1.5.0.tar.gz) = c6646e6d70ac714b4c67692ecd5b2173b0c02fddc92b313965add9c38b2936f0
SHA512 (chess-tui-1.5.0.tar.gz) = b1c82575100f2d85d2906bb20b98d97b9caae1d7a4174d0d6cc72d1b8ad3f13ce4c15a6dde2920fcedade93ea1abffd2f4c744a504a9da8af566522a569f7bc5
Size (chess-tui-1.5.0.tar.gz) = 4040186 bytes
BLAKE2s (clap-4.4.11.crate) = 2604d9b97e6749811a6ecaab907231219cff82a7a696500cbca7927a32735788
SHA512 (clap-4.4.11.crate) = 9da3f445523183e16f4c104a2f4029ee9f3fa70e6c8e579aadad0607293ff5963417d8534aa1f3cef6ef8f8a7529a898c01630d3eff42330ec369cf0f760929b
Size (clap-4.4.11.crate) = 54782 bytes
Expand Down

0 comments on commit cb7353f

Please sign in to comment.