mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/keybase: Updated for version 1.0.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3718bf7466
commit
b274174a17
2 changed files with 5 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=keybase
|
||||
SRCNAM=client
|
||||
VERSION=${VERSION:-1.0.16}
|
||||
VERSION=${VERSION:-1.0.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,6 +70,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Thanks to ARCH
|
||||
mkdir -p go/client/.gopath/src
|
||||
cp -rf go/vendor/* go/client/.gopath/src/
|
||||
mkdir -p go/client/.gopath/src/github.com/keybase
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="keybase"
|
||||
VERSION="1.0.16"
|
||||
VERSION="1.0.17"
|
||||
HOMEPAGE="https://github.com/keybase/client"
|
||||
DOWNLOAD="https://github.com/keybase/client/archive/v1.0.16.tar.gz"
|
||||
MD5SUM="5bba1fa7ac7d9b8f97f3796ecae35cf8"
|
||||
DOWNLOAD="https://github.com/keybase/client/archive/v1.0.17.tar.gz"
|
||||
MD5SUM="541fcd51a27289c7f9a471cb7fa54dc3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue