ipfs-cluster: update to 0.10.0.
This commit is contained in:
parent
7901db2cf0
commit
c8d5251dbe
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ipfs-cluster'
|
# Template file for 'ipfs-cluster'
|
||||||
pkgname=ipfs-cluster
|
pkgname=ipfs-cluster
|
||||||
version=0.7.0
|
version=0.10.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"
|
||||||
|
@ -9,10 +9,10 @@ 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@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="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=cec67d6ee63b6d9659f1ecf83ea51f94bef1ca250fc359299967d428d2513c19
|
checksum=d07d7cda5399377abef460172c8a9c97ff4646573ee5e241d7cb0fada711305c
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
gx install --global
|
gx install --global
|
||||||
|
@ -20,6 +20,7 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE-MIT
|
||||||
|
vlicense COPYRIGHT
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue