Skip to content

Commit

Permalink
games/chess-tui: update to 1.4.0
Browse files Browse the repository at this point in the history
What's Changed

 - fix: threefold repetition by @TomaDumitrescu in #82
 - Feat/turn board by @thomas-mauran in #88
  • Loading branch information
0323pin committed Nov 20, 2024
1 parent 682ad33 commit 323571e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions games/chess-tui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2024/11/16 20:09:23 pin Exp $
# $NetBSD: Makefile,v 1.6 2024/11/20 21:34:33 pin Exp $

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

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.4 2024/11/16 20:09:23 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.5 2024/11/20 21:34:33 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.5 2024/11/16 20:09:23 pin Exp $
$NetBSD: distinfo,v 1.6 2024/11/20 21:34:33 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.3.0.tar.gz) = a8949a6600efb814edcd65fa0597fd343ab1305305d1a6ac6d11b89731cacdd4
SHA512 (chess-tui-1.3.0.tar.gz) = 164a6be1fb3f8ab3c7770d3560cc92ef4e7e1f28a14634038a0a0547dead28e6bdbb09f5b4dc97d4c5400eeb760dc872ec7649f60bdd7f590fc19b58bda50aaa
Size (chess-tui-1.3.0.tar.gz) = 554294 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 (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 323571e

Please sign in to comment.