go-ipfs: update to 0.7.0.

This commit is contained in:
Christopher Brannon 2020-10-02 14:24:29 -07:00 committed by Michael Aldridge
parent 451bb585a4
commit 11f0a84725

View file

@ -1,19 +1,19 @@
# Template file for 'go-ipfs' # Template file for 'go-ipfs'
pkgname=go-ipfs pkgname=go-ipfs
version=0.5.0 version=0.7.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/ipfs/${pkgname}" go_import_path="github.com/ipfs/${pkgname}"
go_package="${go_import_path}/cmd/ipfs" go_package="${go_import_path}/cmd/ipfs"
hostmakedepends="git" hostmakedepends="git"
depends="fs-repo-migrations>=1.3.0" depends="fs-repo-migrations>=1.6.4"
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://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496 checksum=152986ebb30657ab706bee708fbe929114f5e8c39fbe602e3bbec93fe74c9123
pre_build() { pre_build() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then