wordsearch: update to 2.1
PR pkg/56649 from Pat Jensen, the upstream maintainer.
This commit is contained in:
parent
f56bf046bf
commit
cc03ed7f7b
3 changed files with 24 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/10/04 21:49:21 gutteridge Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2022/01/21 18:01:31 gutteridge Exp $
|
||||
|
||||
DISTNAME= wordsearch-2.0
|
||||
DISTNAME= wordsearch-2.1
|
||||
CATEGORIES= games
|
||||
GITHUB_PROJECT= wordsearch
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=jensenpat/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/10/04 21:49:21 gutteridge Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/01/21 18:01:31 gutteridge Exp $
|
||||
bin/wordsearch
|
||||
man/man6/wordsearch.6
|
||||
share/wordsearch/airplanes.txt
|
||||
|
@ -7,6 +7,7 @@ share/wordsearch/animals.txt
|
|||
share/wordsearch/apocalypse.txt
|
||||
share/wordsearch/baseball.txt
|
||||
share/wordsearch/bbq.txt
|
||||
share/wordsearch/bread.txt
|
||||
share/wordsearch/camping.txt
|
||||
share/wordsearch/candy.txt
|
||||
share/wordsearch/cars.txt
|
||||
|
@ -24,7 +25,9 @@ share/wordsearch/dogs.txt
|
|||
share/wordsearch/edm.txt
|
||||
share/wordsearch/email.txt
|
||||
share/wordsearch/engines.txt
|
||||
share/wordsearch/fair.txt
|
||||
share/wordsearch/fall.txt
|
||||
share/wordsearch/farms.txt
|
||||
share/wordsearch/fish.txt
|
||||
share/wordsearch/fitness.txt
|
||||
share/wordsearch/football.txt
|
||||
|
@ -37,6 +40,9 @@ share/wordsearch/hockey.txt
|
|||
share/wordsearch/household.txt
|
||||
share/wordsearch/instruments.txt
|
||||
share/wordsearch/internet.txt
|
||||
share/wordsearch/magic.txt
|
||||
share/wordsearch/math.txt
|
||||
share/wordsearch/military.txt
|
||||
share/wordsearch/mobile.txt
|
||||
share/wordsearch/movies.txt
|
||||
share/wordsearch/nationalparks.txt
|
||||
|
@ -45,24 +51,35 @@ share/wordsearch/nuts.txt
|
|||
share/wordsearch/oldtimes.txt
|
||||
share/wordsearch/pasta.txt
|
||||
share/wordsearch/photography.txt
|
||||
share/wordsearch/pizza.txt
|
||||
share/wordsearch/places.txt
|
||||
share/wordsearch/planets.txt
|
||||
share/wordsearch/sanfrancisco.txt
|
||||
share/wordsearch/school.txt
|
||||
share/wordsearch/science.txt
|
||||
share/wordsearch/scifi.txt
|
||||
share/wordsearch/shapes.txt
|
||||
share/wordsearch/sleep.txt
|
||||
share/wordsearch/snacks.txt
|
||||
share/wordsearch/sodas.txt
|
||||
share/wordsearch/space.txt
|
||||
share/wordsearch/spices.txt
|
||||
share/wordsearch/spring.txt
|
||||
share/wordsearch/states.txt
|
||||
share/wordsearch/stpatricks.txt
|
||||
share/wordsearch/strings.txt
|
||||
share/wordsearch/summer.txt
|
||||
share/wordsearch/superpowers.txt
|
||||
share/wordsearch/technology.txt
|
||||
share/wordsearch/tennis.txt
|
||||
share/wordsearch/thanksgiving.txt
|
||||
share/wordsearch/themepark.txt
|
||||
share/wordsearch/trains.txt
|
||||
share/wordsearch/travel.txt
|
||||
share/wordsearch/trees.txt
|
||||
share/wordsearch/unix.txt
|
||||
share/wordsearch/vegas.txt
|
||||
share/wordsearch/weather.txt
|
||||
share/wordsearch/wine.txt
|
||||
share/wordsearch/winter.txt
|
||||
share/wordsearch/work.txt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 10:44:30 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2022/01/21 18:01:31 gutteridge Exp $
|
||||
|
||||
BLAKE2s (wordsearch-2.0.tar.gz) = 2587ddc70baa4753fa0d9d8e35ca94780c8fdc01f10e47bebb9dc3b8d9019d77
|
||||
SHA512 (wordsearch-2.0.tar.gz) = 160a186c693d96ebe13ee45def9b4a64b9f9b5b65fc41860e30c23b299188ad307e8a28124d5acebf431cb0fcda43900ecb8e93d39ea5b135dc68e77cc76b88c
|
||||
Size (wordsearch-2.0.tar.gz) = 12109 bytes
|
||||
BLAKE2s (wordsearch-2.1.tar.gz) = 0b8a0a0275004fcc8df402ac232531ca94b9bd9533bfd41a04a76f62512c24c2
|
||||
SHA512 (wordsearch-2.1.tar.gz) = d02f57af0f06fd58672b708140fae5339dfd00393b82e5bfa6a928844666d2b4de7778839259d3988095310b6c6846e68ea0369269d13f957bdf9b1a8d650158
|
||||
Size (wordsearch-2.1.tar.gz) = 14175 bytes
|
||||
|
|
Loading…
Reference in a new issue