pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wordle: bring the pkg up-to-date



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jul 1 19:15:49 2022 +0200
Changeset:	5a54dcb33ddef780fe26a31d6c1985370f33926e

Modified Files:
	wordle/Makefile
	wordle/TODO
	wordle/distinfo

Log Message:
wordle: bring the pkg up-to-date

It still fails when lauching without options.
It works fine if a day is specified in the CLI.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a54dcb33ddef780fe26a31d6c1985370f33926e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wordle/Makefile | 2 +-
 wordle/TODO     | 2 ++
 wordle/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/wordle/Makefile b/wordle/Makefile
index e4428a2ef6..d94af1081a 100644
--- a/wordle/Makefile
+++ b/wordle/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	wordle-0.2.1
+DISTNAME=	wordle-0.5.0
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=conradludgate/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/wordle/TODO b/wordle/TODO
index ef18af6043..42ad05270d 100644
--- a/wordle/TODO
+++ b/wordle/TODO
@@ -7,3 +7,5 @@ Debug and fix the issue causing
 
    Location:
        src/bin/wordle/game.rs:40:47
+
+NOTE: The game launches just fine if a day number is specified.
diff --git a/wordle/distinfo b/wordle/distinfo
index 730b0fd60a..2a222ec6c6 100644
--- a/wordle/distinfo
+++ b/wordle/distinfo
@@ -192,6 +192,6 @@ Size (windows_x86_64_gnu-0.32.0.crate) = 744209 bytes
 BLAKE2s (windows_x86_64_msvc-0.32.0.crate) = d7e5877d336b57af03494f78b7fea8e939ee1a285011699db01a69a31e1916a3
 SHA512 (windows_x86_64_msvc-0.32.0.crate) = 4720246d2aed3c3b3c252cda7773096642e78891b1a9776c920da908b2d3741e9e341060424327f1c16e4cb47b6e22af1be229589a51b5a3a04d2a6447275332
 Size (windows_x86_64_msvc-0.32.0.crate) = 669835 bytes
-BLAKE2s (wordle-0.2.1.tar.gz) = c9eb6379d196d9946e99d2201b4eda03ddf02b8c917d5b80a70a30958f65ca70
-SHA512 (wordle-0.2.1.tar.gz) = 00b5eef507b52e0699da00fea12e8eed8dbd212d59ceac724ca6470ccbd53e567a0a6c5efd8034f7924351c03331ed5fc0c1623ab9703cda4a96a763de195f14
-Size (wordle-0.2.1.tar.gz) = 167588 bytes
+BLAKE2s (wordle-0.5.0.tar.gz) = 738cfb65e58f07d42b47c1e002f9c938b32a8cd1245b2e7e0fbcfa9d146f5d29
+SHA512 (wordle-0.5.0.tar.gz) = e6b5f8dc8ad39406510a22cfe4f37a4b3c0abcce493faf3671b112e38a9f910ec3a7b750aafefa76b6b4d7fa083d416d0cb78f680f93a3fdb114697671223593
+Size (wordle-0.5.0.tar.gz) = 208322 bytes


Home | Main Index | Thread Index | Old Index