go-ipfs: update to 0.8.0.
This commit is contained in:
parent
74d1786aeb
commit
d00179fd83
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'go-ipfs'
|
# Template file for 'go-ipfs'
|
||||||
pkgname=go-ipfs
|
pkgname=go-ipfs
|
||||||
version=0.7.0
|
version=0.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/ipfs/go-ipfs"
|
go_import_path="github.com/ipfs/go-ipfs"
|
||||||
go_package="${go_import_path}/cmd/ipfs"
|
go_package="${go_import_path}/cmd/ipfs"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="fs-repo-migrations>=1.6.4"
|
depends="fs-repo-migrations>=1.7.1"
|
||||||
short_desc="Global versioned P2P merkle DAG file system"
|
short_desc="Global versioned P2P merkle DAG file system"
|
||||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://ipfs.io"
|
homepage="https://ipfs.io"
|
||||||
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz"
|
||||||
checksum=152986ebb30657ab706bee708fbe929114f5e8c39fbe602e3bbec93fe74c9123
|
checksum=cc1170058ad5cd9ffcfb6b642a65c40bd8210b308c82bef1c47f0136ee370c23
|
||||||
|
|
||||||
system_accounts="_ipfs"
|
system_accounts="_ipfs"
|
||||||
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"
|
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"
|
||||||
|
|
Loading…
Reference in a new issue