mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
go-ipfs: update to 0.4.18.
This commit is contained in:
parent
59f16c9c57
commit
1c3868935b
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'go-ipfs'
|
# Template file for 'go-ipfs'
|
||||||
pkgname=go-ipfs
|
pkgname=go-ipfs
|
||||||
version=0.4.17
|
version=0.4.18
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="gx-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"
|
||||||
|
hostmakedepends="gx-go"
|
||||||
depends="fs-repo-migrations>=1.3.0"
|
depends="fs-repo-migrations>=1.3.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>"
|
||||||
|
@ -15,7 +15,7 @@ license="MIT"
|
||||||
homepage="https://ipfs.io"
|
homepage="https://ipfs.io"
|
||||||
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=2562401bee0609d321bbf5e9c383de4124f634dcfd9394f1d23146a49f281718
|
checksum=bc03def6ac902d99ae29c60819dad2133af776d3f6779c55781afccaa89cec84
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# Disable the dynamic plugin loader for now; breaks cross.
|
# Disable the dynamic plugin loader for now; breaks cross.
|
||||||
|
|
Loading…
Add table
Reference in a new issue