system/kbfs: Updated for version 5.9.3_20220216215910.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-02-20 09:04:08 +07:00
parent 9661f41331
commit 8e6e6fd208
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for kbfs # Slackware build script for kbfs
# Copyright 2017-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kbfs PRGNAM=kbfs
SRCNAM=keybase SRCNAM=keybase
VERSION=${VERSION:-5.8.1_20210930160723} VERSION=${VERSION:-5.9.3_20220216215910}
COMMITVER=fefa22edc1 COMMITVER=c82d65a685
SRCVER=$(echo $VERSION | tr _ - ) SRCVER=$(echo $VERSION | tr _ - )
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="kbfs" PRGNAM="kbfs"
VERSION="5.8.1_20210930160723" VERSION="5.9.3_20220216215910"
HOMEPAGE="https://github.com/keybase/client" HOMEPAGE="https://github.com/keybase/client"
DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.8.1-20210930160723.fefa22edc1_i386.deb" DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.9.3-20220216215910.c82d65a685_i386.deb"
MD5SUM="35dbcd3ab5dbf06ec9cc7167b6fe45e0" MD5SUM="cfaa9403914c28fb259b4162a6d6d82f"
DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.8.1-20210930160723.fefa22edc1_amd64.deb" DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.9.3-20220216215910.c82d65a685_amd64.deb"
MD5SUM_x86_64="11135e7525f401dd28f8744bc5a730bf" MD5SUM_x86_64="d363c1db05fd49aca260bcf5ca50b31d"
REQUIRES="google-go-lang" REQUIRES="google-go-lang"
MAINTAINER="Willy Sudiarto Raharjo" MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org" EMAIL="willysr@slackbuilds.org"