From 633934987f5d06d9e713f4551dcec9564558acea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 5 Dec 2022 23:38:14 +0700 Subject: [PATCH] go-ipfs: update to 0.17.0. --- srcpkgs/go-ipfs/template | 16 ++++++++-------- srcpkgs/go-ipfs/update | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 srcpkgs/go-ipfs/update diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index b8de9038e459..316f1d3619da 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,19 +1,19 @@ # Template file for 'go-ipfs' pkgname=go-ipfs -version=0.11.0 +version=0.17.0 revision=1 build_style=go -go_import_path="github.com/ipfs/go-ipfs" -go_package="${go_import_path}/cmd/ipfs" +go_import_path="github.com/ipfs/kubo" +go_package="${go_import_path}/cmd/ipfs ${go_import_path}/cmd/ipfswatch" hostmakedepends="git" depends="fs-repo-migrations>=1.7.1" -short_desc="Global versioned P2P merkle DAG file system" +short_desc="Global versioned P2P merkle DAG file system - kubo" maintainer="Christopher Brannon " 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=fb97e50a5d259f0c07c6b6602b52d2bc71b08eaa8601fbbacb454540630be20c +homepage="https://ipfs.tech" +changelog="https://github.com/ipfs/kubo/blob/master/CHANGELOG.md" +distfiles="https://github.com/ipfs/kubo/archive/v${version}.tar.gz" +checksum=de9f5838464967b8d933c5ac28d7dccd7f9e28257604962df1ca73770768053f system_accounts="_ipfs" make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs" diff --git a/srcpkgs/go-ipfs/update b/srcpkgs/go-ipfs/update new file mode 100644 index 000000000000..2045ef121f7c --- /dev/null +++ b/srcpkgs/go-ipfs/update @@ -0,0 +1 @@ +pkgname=kubo