go-ipfs: update to 0.3.10.
This commit is contained in:
parent
5c4cd80ebf
commit
da58013622
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'go-ipfs'
|
# Template file for 'go-ipfs'
|
||||||
pkgname=go-ipfs
|
pkgname=go-ipfs
|
||||||
version=0.3.9
|
version=0.3.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/ipfs/${pkgname}"
|
go_import_path="github.com/ipfs/${pkgname}"
|
||||||
|
@ -10,7 +10,7 @@ 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"
|
||||||
checksum=74c8cac25f7ef0c5702fe7b59421b2072169ae357d393990c16cc7caccccbc73
|
checksum=5f3e465ed0b37e1886ea71bd89586faf5968048be18e8105b7ca908376865edc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs
|
vinstall misc/completion/ipfs-completion.bash 644 usr/share/bash-completion/completions ipfs
|
||||||
|
|
Loading…
Reference in New Issue