games/fortune_doctor_who: Updated for version 20150503.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-11 09:46:57 -05:00 committed by Willy Sudiarto Raharjo
parent 06c229e020
commit 7dd5329406
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=fortune_doctor_who
VERSION=${VERSION:-20150503}
VERSION=${VERSION:-20200108}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -34,7 +34,7 @@ mkdir -p $PKG/usr/share/games/fortunes
# The "fmt -s" splits long lines (which is at least a start at de-uglifying
# the formatting). Someone really needs to manually clean it up, maybe I will
# someday.
for i in 01-08 09 10 11 12; do
for i in 01-08 09 10 11 12 13; do
unzip $CWD/Doctor_Who$i-quotes.zip
sed 's/\r//' Doctor_Who$i.txt | fmt -s >> $PKG/usr/share/games/fortunes/doctor_who
done

View file

@ -5,12 +5,14 @@ DOWNLOAD="http://www.innermind.com/software/quotes/files/Doctor_Who01-08-quotes.
http://www.innermind.com/software/quotes/files/Doctor_Who10-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who11-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who09-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who12-quotes.zip"
http://www.innermind.com/software/quotes/files/Doctor_Who12-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who13-quotes.zip"
MD5SUM="e26d5ff60423ebd48b28e4e200d4b22f \
4431eeaf5e0f469ccff6d59eaa12bd68 \
13f25a1f6e37c1abd3963de90159db57 \
c3d97d7600c04f3cc2afedc2283718ad \
0ef08a18183b5745ada718834249a91c"
0ef08a18183b5745ada718834249a91c \
4260bde8fa39e3c86bf16d255c57542c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""