go-ipfs: update to 0.4.18.
This commit is contained in:
parent
59f16c9c57
commit
1c3868935b
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'go-ipfs'
|
||||
pkgname=go-ipfs
|
||||
version=0.4.17
|
||||
revision=2
|
||||
version=0.4.18
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=go
|
||||
hostmakedepends="gx-go"
|
||||
go_import_path="github.com/ipfs/${pkgname}"
|
||||
go_package="${go_import_path}/cmd/ipfs"
|
||||
hostmakedepends="gx-go"
|
||||
depends="fs-repo-migrations>=1.3.0"
|
||||
short_desc="Global versioned P2P merkle DAG file system"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
|
@ -15,7 +15,7 @@ license="MIT"
|
|||
homepage="https://ipfs.io"
|
||||
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=2562401bee0609d321bbf5e9c383de4124f634dcfd9394f1d23146a49f281718
|
||||
checksum=bc03def6ac902d99ae29c60819dad2133af776d3f6779c55781afccaa89cec84
|
||||
|
||||
pre_build() {
|
||||
# Disable the dynamic plugin loader for now; breaks cross.
|
||||
|
|
Loading…
Reference in New Issue