ipfs-cluster: update to 0.6.0.

This commit is contained in:
Toyam Cox 2018-10-07 14:50:53 -04:00
parent d585a1919e
commit 040021a9e6

View file

@ -1,10 +1,10 @@
# Template file for 'ipfs-cluster' # Template file for 'ipfs-cluster'
pkgname=ipfs-cluster pkgname=ipfs-cluster
version=0.5.0 version=0.6.0
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"
go_package="${go_import_path}/ipfs-cluster-ctl ${go_import_path}/ipfs-cluster-service" go_package="${go_import_path}/cmd/ipfs-cluster-ctl ${go_import_path}/cmd/ipfs-cluster-service"
hostmakedepends="git wget gx-go" hostmakedepends="git wget gx-go"
depends="go-ipfs" depends="go-ipfs"
short_desc="Collective pinning and composition for IPFS" short_desc="Collective pinning and composition for IPFS"
@ -12,7 +12,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="MIT" license="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=0a690e432d56f86ade0742c162cdd592d93015d73ce51a368d604e18691f7b32 checksum=f34583104eb7bb308d6c860f77a592cd3d545755148d8f3e6f75037097cff947
pre_build() { pre_build() {
gx install --global gx install --global