summaryrefslogtreecommitdiffstats
path: root/games/fortune_doctor_who/fortune_doctor_who.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/fortune_doctor_who/fortune_doctor_who.SlackBuild')
-rw-r--r--games/fortune_doctor_who/fortune_doctor_who.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild
index 0028f8226f..3dd56d97a6 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:-20200923}
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