Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

games/cowsay: Updated for version 3.8.4. #9100

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion games/cowsay/cowsay.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=cowsay
VERSION=${VERSION:-3.8.3}
VERSION=${VERSION:-3.8.4}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
Expand Down
8 changes: 4 additions & 4 deletions games/cowsay/cowsay.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="cowsay"
VERSION="3.8.3"
HOMEPAGE="https://github.com/schacon/cowsay/"
DOWNLOAD="https://github.com/cowsay-org/cowsay/archive/v3.8.3/cowsay-3.8.3.tar.gz"
MD5SUM="ebf4d948d3ac4a65392dec8b67cf08b6"
VERSION="3.8.4"
HOMEPAGE="https://cowsay.diamonds/"
DOWNLOAD="https://github.com/cowsay-org/cowsay/archive/v3.8.4/cowsay-3.8.4.tar.gz"
MD5SUM="07bca257b2aadd2277a494678453a15b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
10 changes: 5 additions & 5 deletions games/cowsay/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

|-----handy-ruler------------------------------------------------------|
cowsay: cowsay (A Configurable Speaking/Thinking Cow)
cowsay: _________________________________________
cowsay: / cowsay is basically a text filter. Send \
cowsay: | some text into it, and you get a cow |
cowsay: \ saying your text. /
cowsay: -----------------------------------------
cowsay: ___________________________________________________
cowsay: / cowsay is basically a text filter. Send some text \
cowsay: | into it, and you get a cow saying your text. |
cowsay: \ https://cowsay.diamonds/ /
cowsay: ---------------------------------------------------
cowsay: \ ^__^
cowsay: \ (oo)\_______
cowsay: (__)\ )\/\
Expand Down