go-ipfs: update to 0.4.16.
This commit is contained in:
parent
a8a9a7f5fb
commit
f948e6b968
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'go-ipfs'
|
||||
pkgname=go-ipfs
|
||||
version=0.4.15
|
||||
version=0.4.16
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=${pkgname}-${version}
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=go
|
||||
hostmakedepends="gx-go"
|
||||
go_import_path="github.com/ipfs/${pkgname}"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
|
|||
license="MIT"
|
||||
homepage="https://ipfs.io"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=b7e58e86e6abaf97687a566747376f13d8b5dde8b51033e3ff17f0d7fa8d5232
|
||||
checksum=588f84b707150622abb7e31602af3a85a2dd617b8bb2df42ca2623153bf245b4
|
||||
|
||||
pre_build() {
|
||||
# Disable the dynamic plugin loader for now; breaks cross.
|
||||
|
|
Loading…
Reference in a new issue