diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-10 14:35:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:51 +0700 |
commit | d2975678492a15e32b3ee201ba3f2e0b8a4f70c1 (patch) | |
tree | dae00688b4ef1a1788d266355f822f69a178fb13 /games | |
parent | 64c8be66861f99e67d6928aa10cbffc6c183a5f1 (diff) | |
download | slackbuilds-d2975678492a15e32b3ee201ba3f2e0b8a4f70c1.tar.gz |
games/xcowsay: Updated for version 1.6.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/xcowsay/xcowsay.SlackBuild | 6 | ||||
-rw-r--r-- | games/xcowsay/xcowsay.info | 6 |
2 files changed, 7 insertions, 5 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} diff --git a/games/xcowsay/xcowsay.info b/games/xcowsay/xcowsay.info index fc5591f710..f7014ca927 100644 --- a/games/xcowsay/xcowsay.info +++ b/games/xcowsay/xcowsay.info @@ -1,8 +1,8 @@ PRGNAM="xcowsay" -VERSION="1.5.1" +VERSION="1.6" HOMEPAGE="https://www.doof.me.uk/xcowsay/" -DOWNLOAD="https://github.com/nickg/xcowsay/releases/download/r1.5.1/xcowsay-1.5.1.tar.gz" -MD5SUM="e57cfd50979de8cd590968a8d3230eaa" +DOWNLOAD="https://github.com/nickg/xcowsay/releases/download/v1.6/xcowsay-1.6.tar.gz" +MD5SUM="344287987465773cde4586b68c5bcde9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |