mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/keybase: Updated for version 3.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf3a72b9c8
commit
e35acf71dc
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for keybase
|
||||
|
||||
# Copyright 2016-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=keybase
|
||||
SRCNAM=client
|
||||
VERSION=${VERSION:-2.13.1}
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="keybase"
|
||||
VERSION="2.13.1"
|
||||
VERSION="3.0.0"
|
||||
HOMEPAGE="https://github.com/keybase/client"
|
||||
DOWNLOAD="https://github.com/keybase/client/archive/v2.13.1/client-2.13.1.tar.gz"
|
||||
MD5SUM="e0b54c9948f0aa7c095dc1bebf31e77a"
|
||||
DOWNLOAD="https://github.com/keybase/client/archive/v3.0.0/client-3.0.0.tar.gz"
|
||||
MD5SUM="dda5623956c65446e38884968d439d5a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue