ipfs-cluster: update to 0.3.0.

This commit is contained in:
Toyam Cox 2017-11-16 01:21:00 -05:00
parent 970caaeb05
commit b1d8b0f472

View File

@ -1,10 +1,10 @@
# Template file for 'ipfs-cluster' # Template file for 'ipfs-cluster'
pkgname=ipfs-cluster pkgname=ipfs-cluster
version=0.2.1 version=0.3.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="github.com/ipfs/ipfs-cluster/ipfs-cluster-ctl github.com/ipfs/ipfs-cluster/ipfs-cluster-service" go_package="${go_import_path}/ipfs-cluster-ctl ${go_import_path}/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=813e5ddde55873793bb4adb2807436c30bdddeffea4fd99b7795b4b1b9244181 checksum=ff006924a3844ff59dc8a64081fefccf6cd03f6f63d35946d6420cb13223c6f0
pre_build() { pre_build() {
gx install --global gx install --global