mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/lolcat: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a6e98a375
commit
f57f6c6c76
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for lolcat.
|
||||
#
|
||||
# Copyright 2019-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2019-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lolcat
|
||||
VERSION=${VERSION:-1.4}
|
||||
VERSION=${VERSION:-1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lolcat"
|
||||
VERSION="1.4"
|
||||
VERSION="1.5"
|
||||
HOMEPAGE="https://github.com/jaseg/lolcat"
|
||||
DOWNLOAD="https://github.com/jaseg/lolcat/archive/v1.4/lolcat-1.4.tar.gz"
|
||||
MD5SUM="138b7d6cc73abcb420546ee4711d2890"
|
||||
DOWNLOAD="https://github.com/jaseg/lolcat/archive/v1.5/lolcat-1.5.tar.gz"
|
||||
MD5SUM="985a2693863cb64232729d7bc3aafe61"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue