keybase: update to 1.0.47.
This commit is contained in:
parent
b3a00eda78
commit
6e7b4094dc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'keybase'
|
# Template file for 'keybase'
|
||||||
pkgname=keybase
|
pkgname=keybase
|
||||||
version=1.0.44
|
version=1.0.47
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="client-${version}"
|
wrksrc="client-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/keybase/client"
|
go_import_path="github.com/keybase/client"
|
||||||
|
@ -10,10 +10,10 @@ go_build_tags="production"
|
||||||
depends="gnupg2"
|
depends="gnupg2"
|
||||||
short_desc="Client for keybase.io"
|
short_desc="Client for keybase.io"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://keybase.io/"
|
homepage="https://keybase.io/"
|
||||||
distfiles="https://github.com/keybase/client/archive/v${version}.tar.gz"
|
distfiles="https://github.com/keybase/client/archive/v${version}.tar.gz"
|
||||||
checksum=505fc74f9aac772705ca3e566700821ab6a86ca3dbffb77be0d8ad234be3cef6
|
checksum=906cde04899b538a71b57e178eb7b025b4208b0ba43835bbc2c49d78b33795b5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue