keybase: update to 1.0.15.
This commit is contained in:
parent
c07e381f94
commit
ca9aad4bd2
1 changed files with 5 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
||||||
# Template file for 'keybase'
|
# Template file for 'keybase'
|
||||||
pkgname=keybase
|
pkgname=keybase
|
||||||
reverts="1.0.14:1_1"
|
version=1.0.15
|
||||||
_majorver=1.0.14
|
revision=1
|
||||||
_patchver=1
|
wrksrc="client-${version}"
|
||||||
version=${_majorver}.${_patchver}
|
|
||||||
revision=3
|
|
||||||
_version="${_majorver}-${_patchver}"
|
|
||||||
wrksrc="client-${_version}"
|
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/keybase/client"
|
go_import_path="github.com/keybase/client"
|
||||||
go_package="${go_import_path}/go/keybase"
|
go_package="${go_import_path}/go/keybase"
|
||||||
|
@ -16,8 +12,8 @@ short_desc="Client for keybase.io"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
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=ef8f6d01206428a99558885ecec8de99089a60fe5f4b6e6f425e01a3fb368853
|
checksum=6fe66b07772ca000879bda65cb9d112d2dbbc301d6afa4d4b46055d385f86e36
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue