Update go-ipfs and its dependency. (#4814)

* fs-repo-migrations: update to 1.1.0.

* go-ipfs: update to 0.4.3.
This commit is contained in:
Chris Brannon 2016-09-26 22:25:06 -07:00 committed by Juan RP
parent 9a75da64fd
commit dbb1ffa99f
3 changed files with 7 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'fs-repo-migrations' # Template file for 'fs-repo-migrations'
pkgname=fs-repo-migrations pkgname=fs-repo-migrations
version=1.0.0 version=1.1.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/ipfs/fs-repo-migrations" go_import_path="github.com/ipfs/fs-repo-migrations"
@ -9,10 +9,10 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
license="MIT" license="MIT"
homepage="https://github.com/ipfs/fs-repo-migrations" homepage="https://github.com/ipfs/fs-repo-migrations"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=b8cd8ea22f59740be3eb7a5c0c6da769a0b26101d65237da2971ee0670e2e44d checksum=e0d2a37139ef214313eb42c27e69ff31890521d340b9bc33ce4aec9a7178aeca
post_install() { post_install() {
vlicense ipfs-1-to-2/go-datastore/LICENSE vlicense LICENSE
vdoc README.md vdoc README.md
vdoc run.md vdoc run.md
} }

View file

@ -1,6 +1,3 @@
Please note that go-ipfs 0.4.0 introduces a change that breaks compatibility Please note that go-ipfs 0.4.0 introduces a change that breaks compatibility
with earlier versions at the networking layer. Thus, it will be unable to with earlier versions at the networking layer. Thus, it will be unable to
communicate with peers running versions of go-ipfs older than 0.4.0. communicate with peers running versions of go-ipfs older than 0.4.0.
If you are upgrading from version 0.3.x, you should install
the fs-repo-migrations package and run the fs-repo-migrations tool
to upgrade your IPFS filesystem repository.

View file

@ -1,20 +1,21 @@
# Template file for 'go-ipfs' # Template file for 'go-ipfs'
pkgname=go-ipfs pkgname=go-ipfs
version=0.4.2 version=0.4.3
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc=${pkgname}-${version} build_wrksrc=${pkgname}-${version}
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"
depends="fs-repo-migrations>=1.1.0"
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" license="MIT"
homepage="https://ipfs.io" homepage="https://ipfs.io"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz distfiles="https://${go_import_path}/archive/v${version}.tar.gz
http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz" http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz"
checksum="ade066235006411e688c7be2087ad1fc43ca4291a95cecf208a53f6032b70a55 checksum="5f9219c598cda05b5842be1266192fd174557f1683b8ddf629116cbea5a00f5b
8df94a35069e38b841bc5f79a1e83d60188e42d83086b43f8b7de6b5fd5cf9bd" 4dee169a2df49d21c8ce81f43b6a38c216a007084e8b70db0caa8faaa4371a2b"
do_build() { do_build() {
local path="${GOPATH}/src/${go_import_path}" local path="${GOPATH}/src/${go_import_path}"