system/kbfs: Updated for version 5.4.0_20200416162659.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c57e506f2b
commit
b38a05fca7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for kbfs
|
||||
|
||||
# Copyright 2017-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=kbfs
|
||||
SRCNAM=keybase
|
||||
VERSION=${VERSION:-5.3.1_20200320154633}
|
||||
COMMITVER=3e235215b3
|
||||
VERSION=${VERSION:-5.4.0_20200416162659}
|
||||
COMMITVER=e81aee5eaf
|
||||
SRCVER=$(echo $VERSION | tr _ - )
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kbfs"
|
||||
VERSION="5.3.1_20200320154633"
|
||||
VERSION="5.4.0_20200416162659"
|
||||
HOMEPAGE="https://github.com/keybase/kbfs"
|
||||
DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.3.1-20200320154633.3e235215b3_i386.deb"
|
||||
MD5SUM="9968b21def5b8c8c14997e71351ed036"
|
||||
DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.3.1-20200320154633.3e235215b3_amd64.deb"
|
||||
MD5SUM_x86_64="380820de94beb5fe49263f41439988fb"
|
||||
DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.4.0-20200416162659.e81aee5eaf_i386.deb"
|
||||
MD5SUM="f1932d8a165bae4ef87c3d716685b9da"
|
||||
DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.4.0-20200416162659.e81aee5eaf_amd64.deb"
|
||||
MD5SUM_x86_64="6cc90c05b5bfb9775b3a5a94a9340cd8"
|
||||
REQUIRES="google-go-lang sshfs-fuse"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue