ipfs-cluster: update to 0.12.1

This commit is contained in:
Neel Chotai 2020-02-19 18:34:42 +00:00 committed by Juan RP
parent f2f3e85819
commit 31effcb4a1

View file

@ -1,6 +1,6 @@
# Template file for 'ipfs-cluster' # Template file for 'ipfs-cluster'
pkgname=ipfs-cluster pkgname=ipfs-cluster
version=0.10.0 version=0.12.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/ipfs/ipfs-cluster" go_import_path="github.com/ipfs/ipfs-cluster"
@ -12,12 +12,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://github.com/ipfs/ipfs-cluster" homepage="https://github.com/ipfs/ipfs-cluster"
distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz" distfiles="https://github.com/ipfs/ipfs-cluster/archive/v${version}.tar.gz"
checksum=d07d7cda5399377abef460172c8a9c97ff4646573ee5e241d7cb0fada711305c checksum=53758c1518b510fbaf2ba5d7b360d429ee073c6a0bf9296ccd8a5ad18f9575f2
pre_build() {
gx install --global
gx-go rewrite
}
post_install() { post_install() {
vlicense LICENSE-MIT vlicense LICENSE-MIT