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

* fs-repo-migrations: update to 1.2.0.

* go-ipfs: update to 0.4.5.
This commit is contained in:
Chris Brannon 2017-02-13 16:11:55 -08:00 committed by Juan RP
parent e9141d63fb
commit f0a7099a95
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'fs-repo-migrations' # Template file for 'fs-repo-migrations'
pkgname=fs-repo-migrations pkgname=fs-repo-migrations
version=1.1.1 version=1.2.0
revision=2 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"
short_desc="Tool to upgrade the IPFS filesystem repository" short_desc="Tool to upgrade the IPFS filesystem repository"
@ -9,7 +9,7 @@ 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=42d1dff57a6101f176eb356d3b33c8893e34c254860f689a2a1fdb18e3b39e50 checksum=a096efd7c9dc273cf64cc82d13c971a2e73ea4492006324b9eb3ed8df63854e9
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE

View File

@ -1,21 +1,21 @@
# Template file for 'go-ipfs' # Template file for 'go-ipfs'
pkgname=go-ipfs pkgname=go-ipfs
version=0.4.4 version=0.4.5
revision=2 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" depends="fs-repo-migrations>=1.2.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="5cfcbe36ef57edad5db7388bcff21c9e9b1cf2208b7f46f8000e24824aebb687 checksum="1b238e729490d143fc49bdd4568d89e6afeb9607efda9d8dbd30a290a9276838
694547c0e3c5cf1fc979f0e151dc27b8af903862175d3907c32217d51733888d" f2ccc5ea10210cea3a70e960526853ce229bb6e3a6c315e6cc4571f6affbd9e9"
do_build() { do_build() {
local path="${GOPATH}/src/${go_import_path}" local path="${GOPATH}/src/${go_import_path}"