Browse Source
system/redict: updated for version 7.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Arn0
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/redict/redict.SlackBuild
-
system/redict/redict.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=redict |
|
|
|
VERSION=${VERSION:-7.3.0} |
|
|
|
VERSION=${VERSION:-7.3.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -122,7 +122,7 @@ cat $CWD/redict.logrotate > $PKG/etc/logrotate.d/redict.new |
|
|
|
if [ ! -z "$REDICT_PORT" ]; then |
|
|
|
sed -i 's/6379/'$REDICT_PORT'/' $PKG/etc/rc.d/rc.redict.new |
|
|
|
sed -i 's/6379/'$REDICT_PORT'/' $PKG/etc/redict/redict.conf.new |
|
|
|
sed -i 's/default is '$REDICT_PORT'/default is 6379/' $PKG/etc/valkey/redict.conf.new |
|
|
|
sed -i 's/default is '$REDICT_PORT'/default is 6379/' $PKG/etc/redict/redict.conf.new |
|
|
|
sed -i 's/6379/'$REDICT_PORT'/' $PKG/etc/redict/sentinel.conf.new |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="redict" |
|
|
|
VERSION="7.3.0" |
|
|
|
VERSION="7.3.1" |
|
|
|
HOMEPAGE="https://redict.io/" |
|
|
|
DOWNLOAD="https://codeberg.org/redict/redict/archive/7.3.0.tar.gz" |
|
|
|
MD5SUM="0ea62d90b1642e7dd683aeda034036eb" |
|
|
|
DOWNLOAD="https://codeberg.org/redict/redict/archive/7.3.1.tar.gz" |
|
|
|
MD5SUM="fd6146dd1605505e9126e2ccbec8ecb0" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|