mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/kbfs: Updated for version 5.9.3_20220216215910.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9661f41331
commit
8e6e6fd208
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# 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.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=kbfs
|
||||
SRCNAM=keybase
|
||||
VERSION=${VERSION:-5.8.1_20210930160723}
|
||||
COMMITVER=fefa22edc1
|
||||
VERSION=${VERSION:-5.9.3_20220216215910}
|
||||
COMMITVER=c82d65a685
|
||||
SRCVER=$(echo $VERSION | tr _ - )
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kbfs"
|
||||
VERSION="5.8.1_20210930160723"
|
||||
VERSION="5.9.3_20220216215910"
|
||||
HOMEPAGE="https://github.com/keybase/client"
|
||||
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"
|
||||
DOWNLOAD="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.9.3-20220216215910.c82d65a685_i386.deb"
|
||||
MD5SUM="cfaa9403914c28fb259b4162a6d6d82f"
|
||||
DOWNLOAD_x86_64="https://prerelease.keybase.io/linux_binaries/deb/keybase_5.9.3-20220216215910.c82d65a685_amd64.deb"
|
||||
MD5SUM_x86_64="d363c1db05fd49aca260bcf5ca50b31d"
|
||||
REQUIRES="google-go-lang"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue