diff options
author | B. Watson <yalhcru@gmail.com> | 2016-08-01 14:04:07 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | a0e189f28b34fdc1aff189cdf39c528662b98c34 (patch) | |
tree | 62e71ffae53970bfcfde54df793ed08e95943825 | |
parent | 99d5b840db5bd1f5597d8e25db2caf7db4015a8a (diff) | |
download | slackbuilds-a0e189f28b34fdc1aff189cdf39c528662b98c34.tar.gz |
games/fortune_doctor_who: Updated for version 20150503.
-rw-r--r-- | games/fortune_doctor_who/fortune_doctor_who.SlackBuild | 4 | ||||
-rw-r--r-- | games/fortune_doctor_who/fortune_doctor_who.info | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild index fe67942ae8..0028f8226f 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:-20140818} +VERSION=${VERSION:-20150503} 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; do +for i in 01-08 09 10 11 12; 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 0958d9a20a..7ed47e499a 100644 --- a/games/fortune_doctor_who/fortune_doctor_who.info +++ b/games/fortune_doctor_who/fortune_doctor_who.info @@ -1,14 +1,16 @@ PRGNAM="fortune_doctor_who" -VERSION="20140818" +VERSION="20150503" HOMEPAGE="http://www.innermind.com/software/quotes/files/qfiles.htm" DOWNLOAD="http://www.innermind.com/software/quotes/files/Doctor_Who01-08-quotes.zip \ 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_Who09-quotes.zip \ + http://www.innermind.com/software/quotes/files/Doctor_Who12-quotes.zip" MD5SUM="e26d5ff60423ebd48b28e4e200d4b22f \ 4431eeaf5e0f469ccff6d59eaa12bd68 \ - b1dcb79c724c92956726cf800ef420b2 \ - c3d97d7600c04f3cc2afedc2283718ad" + 13f25a1f6e37c1abd3963de90159db57 \ + c3d97d7600c04f3cc2afedc2283718ad \ + 92e0b72c92d5cf7b05cf61979b7f0cd3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |