mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/kbfs: Updated for version 5.8.1_20210930160723.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
87ce24a3e6
commit
957ede5fd2
2 changed files with 7 additions and 7 deletions
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=kbfs
|
||||
SRCNAM=keybase
|
||||
VERSION=${VERSION:-5.7.1_20210623205749}
|
||||
COMMITVER=763227b4c6
|
||||
VERSION=${VERSION:-5.8.1_20210930160723}
|
||||
COMMITVER=fefa22edc1
|
||||
SRCVER=$(echo $VERSION | tr _ - )
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kbfs"
|
||||
VERSION="5.7.1_20210623205749"
|
||||
VERSION="5.8.1_20210930160723"
|
||||
HOMEPAGE="https://github.com/keybase/client"
|
||||
DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.7.1-20210623205749.763227b4c6_i386.deb"
|
||||
MD5SUM="4c91f38f9cce8cd7ca25c99b0a76ac64"
|
||||
DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.7.1-20210623205749.763227b4c6_amd64.deb"
|
||||
MD5SUM_x86_64="2a24b977b3964bb4a5e6f73cb2143012"
|
||||
DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.8.1-20210930160723.fefa22edc1_i386.deb"
|
||||
MD5SUM="35dbcd3ab5dbf06ec9cc7167b6fe45e0"
|
||||
DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.8.1-20210930160723.fefa22edc1_amd64.deb"
|
||||
MD5SUM_x86_64="11135e7525f401dd28f8744bc5a730bf"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue