From dbb1ffa99f07e365f1216890c103abab055e9e2b Mon Sep 17 00:00:00 2001 From: Chris Brannon Date: Mon, 26 Sep 2016 22:25:06 -0700 Subject: [PATCH] Update go-ipfs and its dependency. (#4814) * fs-repo-migrations: update to 1.1.0. * go-ipfs: update to 0.4.3. --- srcpkgs/fs-repo-migrations/template | 6 +++--- srcpkgs/go-ipfs/INSTALL.msg | 3 --- srcpkgs/go-ipfs/template | 7 ++++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/fs-repo-migrations/template b/srcpkgs/fs-repo-migrations/template index 2103a6206eb..d90ace92ee6 100644 --- a/srcpkgs/fs-repo-migrations/template +++ b/srcpkgs/fs-repo-migrations/template @@ -1,6 +1,6 @@ # Template file for 'fs-repo-migrations' pkgname=fs-repo-migrations -version=1.0.0 +version=1.1.0 revision=1 build_style=go go_import_path="github.com/ipfs/fs-repo-migrations" @@ -9,10 +9,10 @@ maintainer="Christopher Brannon " license="MIT" homepage="https://github.com/ipfs/fs-repo-migrations" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=b8cd8ea22f59740be3eb7a5c0c6da769a0b26101d65237da2971ee0670e2e44d +checksum=e0d2a37139ef214313eb42c27e69ff31890521d340b9bc33ce4aec9a7178aeca post_install() { - vlicense ipfs-1-to-2/go-datastore/LICENSE + vlicense LICENSE vdoc README.md vdoc run.md } diff --git a/srcpkgs/go-ipfs/INSTALL.msg b/srcpkgs/go-ipfs/INSTALL.msg index 0465c3cc25d..762dc9f8d39 100644 --- a/srcpkgs/go-ipfs/INSTALL.msg +++ b/srcpkgs/go-ipfs/INSTALL.msg @@ -1,6 +1,3 @@ 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 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. diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index b80878662a1..1689bdc65f1 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,20 +1,21 @@ # Template file for 'go-ipfs' pkgname=go-ipfs -version=0.4.2 +version=0.4.3 revision=1 create_wrksrc=yes build_wrksrc=${pkgname}-${version} build_style=go go_import_path="github.com/ipfs/${pkgname}" go_package="${go_import_path}/cmd/ipfs" +depends="fs-repo-migrations>=1.1.0" short_desc="Global versioned P2P merkle DAG file system" maintainer="Christopher Brannon " license="MIT" homepage="https://ipfs.io" distfiles="https://${go_import_path}/archive/v${version}.tar.gz http://the-brannons.com/ipfs-gx-deps-${version}.tar.xz" -checksum="ade066235006411e688c7be2087ad1fc43ca4291a95cecf208a53f6032b70a55 - 8df94a35069e38b841bc5f79a1e83d60188e42d83086b43f8b7de6b5fd5cf9bd" +checksum="5f9219c598cda05b5842be1266192fd174557f1683b8ddf629116cbea5a00f5b + 4dee169a2df49d21c8ce81f43b6a38c216a007084e8b70db0caa8faaa4371a2b" do_build() { local path="${GOPATH}/src/${go_import_path}"