diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-11 09:46:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:48 +0700 |
commit | 7dd5329406f61a8c752254e371919e224347a114 (patch) | |
tree | 0b3ef6c937655c49099e3b20a9f41322225c9327 | |
parent | 06c229e020617bd11dd127590ae546639c1a8224 (diff) | |
download | slackbuilds-7dd5329406f61a8c752254e371919e224347a114.tar.gz |
games/fortune_doctor_who: Updated for version 20150503.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | games/fortune_doctor_who/fortune_doctor_who.SlackBuild | 4 | ||||
-rw-r--r-- | games/fortune_doctor_who/fortune_doctor_who.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild index 0028f8226f..4956c85481 100644 --- a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild +++ b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild @@ -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 diff --git a/games/fortune_doctor_who/fortune_doctor_who.info b/games/fortune_doctor_who/fortune_doctor_who.info index 8f15032dec..3dba6a8cfe 100644 --- a/games/fortune_doctor_who/fortune_doctor_who.info +++ b/games/fortune_doctor_who/fortune_doctor_who.info @@ -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="" |