summaryrefslogtreecommitdiffstats
path: root/games/xcowsay/xcowsay.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/xcowsay/xcowsay.SlackBuild')
-rw-r--r--games/xcowsay/xcowsay.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xcowsay/xcowsay.SlackBuild b/games/xcowsay/xcowsay.SlackBuild
index f8b6037f84..1db1890291 100644
--- a/games/xcowsay/xcowsay.SlackBuild
+++ b/games/xcowsay/xcowsay.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20220610 bkw: update for v1.6.
+
# 20201103 bkw:
# - Update for v1.5.1. The changelog for this version says this:
# Fix black squares around cow and bubble on non-compositing window manager.
@@ -25,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xcowsay
-VERSION=${VERSION:-1.5.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}