mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
go-ipfs: update to 0.10.0
This commit is contained in:
parent
2a5327818c
commit
760734cc6d
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'go-ipfs'
|
# Template file for 'go-ipfs'
|
||||||
pkgname=go-ipfs
|
pkgname=go-ipfs
|
||||||
version=0.8.0
|
version=0.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/ipfs/go-ipfs"
|
go_import_path="github.com/ipfs/go-ipfs"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT, Apache-2.0"
|
||||||
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://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz"
|
||||||
checksum=cc1170058ad5cd9ffcfb6b642a65c40bd8210b308c82bef1c47f0136ee370c23
|
checksum=d145f13eb98b61eefc9b30ace35246215876ba1adf79bf74e9ddd43a54671803
|
||||||
|
|
||||||
system_accounts="_ipfs"
|
system_accounts="_ipfs"
|
||||||
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"
|
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"
|
||||||
|
@ -26,7 +26,6 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion misc/completion/ipfs-completion.bash bash ipfs
|
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
vdoc CHANGELOG.md
|
vdoc CHANGELOG.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue