Merge pull request 'Update go-ipfs to 0.7.0' (#4) from chore/update_go_ipfs into master

Reviewed-on: #4
This commit is contained in:
Râu Cao 2020-10-25 11:04:21 +00:00
commit d7c25b6ce5
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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)