From 05a04ac8322a8e0854808a339f18eca934bc2022 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 25 Oct 2020 11:18:25 +0100 Subject: [PATCH 1/2] Update go-ipfs to 0.7 --- attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index ec65268..82a45e7 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,5 +1,5 @@ -node.default['ipfs']['version'] = '0.4.22' -node.default['ipfs']['checksum'] = '43431bbef105b1c8d0679350d6f496b934d005df28c13280a67f0c88054976aa' +node.default['ipfs']['version'] = '0.7.0' +node.default['ipfs']['checksum'] = 'ef7c3f1bcae94c13c6e1033855ff99bb8e19089e01ea5018437847854c8c811f' node.default['ipfs']['ulimit'] = 64000 node.default['ipfs']['memory_max'] = '512M' From 9f430fa6d257a44fff3eb1f3603a9e22df6779dd Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 25 Oct 2020 11:25:48 +0100 Subject: [PATCH 2/2] Bump cookbook version --- metadata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.rb b/metadata.rb index 58b1f52..1e8e777 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,9 +2,9 @@ name 'ipfs' maintainer 'Kosmos Developers' maintainer_email 'mail@kosmos.org' license 'MIT' -description 'Installs/Configures ipfs' +description 'Installs/Configures go-ipfs' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.4.2' +version '0.7.0' supports %w(ubuntu debian)