Skip to content

Commit

Permalink
games/tetris-tui: update to 0.2.2
Browse files Browse the repository at this point in the history
 - fix logic to check game over
 - Merge pull request #8 from quantonganh/start-at-level
 - let players choose the starting level or the number of lines already filled
 - Merge pull request #7 from quantonganh/alternate-screen
 - enter/leave alternate screen when starting/quitting
 - only set version on x86_64-linux
  • Loading branch information
pin committed Jan 12, 2024
1 parent 2f7970b commit ae010cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions games/tetris-tui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2024/01/11 20:44:31 pin Exp $
# $NetBSD: Makefile,v 1.6 2024/01/12 10:58:55 pin Exp $

DISTNAME= tetris-tui-0.2.1
DISTNAME= tetris-tui-0.2.2
CATEGORIES= games
MASTER_SITES= https://static.crates.io/crates/tetris-tui/
EXTRACT_SUFX= .crate
Expand Down
2 changes: 1 addition & 1 deletion games/tetris-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/01/11 20:44:31 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.5 2024/01/12 10:58:55 pin Exp $

CARGO_CRATE_DEPENDS+= ahash-0.8.3
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.16
Expand Down
8 changes: 4 additions & 4 deletions games/tetris-tui/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2024/01/11 20:44:31 pin Exp $
$NetBSD: distinfo,v 1.6 2024/01/12 10:58:55 pin Exp $

BLAKE2s (ahash-0.8.3.crate) = 463c4e49539eb24c885915c860ed4fc060bc31e8d50069c2a3539c755ebc3f51
SHA512 (ahash-0.8.3.crate) = cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
Expand Down Expand Up @@ -186,9 +186,9 @@ Size (syn-1.0.109.crate) = 237611 bytes
BLAKE2s (syn-2.0.32.crate) = 5238be914623ca82400c7da8c6433d347f4fd7c42af46b84c9a628aa02d6017c
SHA512 (syn-2.0.32.crate) = 609f125f8138d17b1185760b1a63f3713079f5214fb56c23012229a56d10ac1c12654466c9ad1ecd6b2aff1126d125abfb0a42bd7f669635e5024b962b0cb0af
Size (syn-2.0.32.crate) = 242504 bytes
BLAKE2s (tetris-tui-0.2.1.crate) = d5d5857a0e0d0e5061c3336caf3116197c646ad7e5f79f32373a6a7a281cb9f9
SHA512 (tetris-tui-0.2.1.crate) = 2279c51e75382db0600eb716dcf5b7ace872ae540a226ba82cd8aac59dc39f4e6b355dbc3bcff9aa4174b481c13081374cafd9e9443cb3a0aea1c6bca5f2d696
Size (tetris-tui-0.2.1.crate) = 962352 bytes
BLAKE2s (tetris-tui-0.2.2.crate) = 6c16318ee399c781688ab3f49ac379185d7d0af5b0f080cd8004a3d0daea5a3c
SHA512 (tetris-tui-0.2.2.crate) = 03b8da6af83c1f8c0e9d782b7ff2b93139d05b0f5d4dbf7a5c0969508cd7a177cc8fca0aa5241bddf916a3e0ca1723a5b67d8b65604ba3a5acf830bd197d3fa3
Size (tetris-tui-0.2.2.crate) = 962751 bytes
BLAKE2s (thiserror-1.0.48.crate) = fc2be18ebc84a6647a9592dfe3270c55bfbc9113c2337d281941cdd6aa579411
SHA512 (thiserror-1.0.48.crate) = 078427d19a28f59aaca27f508795cfb06c024b5a34dfc83360c3bec2b8f7abe474706a41fb68732998f154507921beb03dd033f0a6d1dcfcee03b1f2adb8a0b2
Size (thiserror-1.0.48.crate) = 18862 bytes
Expand Down

0 comments on commit ae010cb

Please sign in to comment.