ipfs-cluster: update to 0.2.1.
This commit is contained in:
parent
e3d67e2197
commit
794a2db2cc
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'ipfs-cluster'
|
# Template file for 'ipfs-cluster'
|
||||||
pkgname=ipfs-cluster
|
pkgname=ipfs-cluster
|
||||||
version=0.1.0
|
version=0.2.1
|
||||||
revision=3
|
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="github.com/ipfs/ipfs-cluster/ipfs-cluster-ctl github.com/ipfs/ipfs-cluster/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"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
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=cd7ac1c97f5365a5592d502d7b21dfe8453afea37331028dcce98c1a6534b4f4
|
checksum=813e5ddde55873793bb4adb2807436c30bdddeffea4fd99b7795b4b1b9244181
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
gx install --global
|
gx install --global
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue