From 957296a8e55b3043c589a101189b574a5b5b04d3 Mon Sep 17 00:00:00 2001 From: Savoy Date: Thu, 7 Oct 2021 10:14:25 -0500 Subject: [PATCH] go-ipfs: update to 0.10.0 --- srcpkgs/go-ipfs/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 4a53dd948797..e67b59649a48 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,6 +1,6 @@ # Template file for 'go-ipfs' pkgname=go-ipfs -version=0.8.0 +version=0.10.0 revision=1 build_style=go go_import_path="github.com/ipfs/go-ipfs" @@ -13,7 +13,7 @@ license="MIT, Apache-2.0" homepage="https://ipfs.io" changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md" distfiles="https://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz" -checksum=cc1170058ad5cd9ffcfb6b642a65c40bd8210b308c82bef1c47f0136ee370c23 +checksum=d145f13eb98b61eefc9b30ace35246215876ba1adf79bf74e9ddd43a54671803 system_accounts="_ipfs" make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs" @@ -26,7 +26,6 @@ pre_build() { } post_install() { - vcompletion misc/completion/ipfs-completion.bash bash ipfs vlicense LICENSE-MIT vdoc README.md vdoc CHANGELOG.md