Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c31191ff8 | |||
|
|
7dc20eea12 | ||
|
|
1d09c15108 |
@@ -64,7 +64,7 @@ kitchen verify # Run the integration tests for Ubuntu 16.04, 18.06 and Debian 9
|
||||
|
||||
## License and Authors
|
||||
|
||||
Authors: Kosmos Developers mail@kosmos.org
|
||||
Authors: Kosmos Developers mail@kosmos.org
|
||||
Copyright: 2018-2019, [Kosmos Developers](https://kredits.kosmos.org/)
|
||||
|
||||
```
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
node.default['ipfs']['version'] = '0.4.21'
|
||||
node.default['ipfs']['checksum'] = 'a7ec5ddc4d52f818cbf3853a80f7ec17f9fde9128f039485dbe1889cf673d562'
|
||||
node.default['ipfs']['version'] = '0.4.22'
|
||||
node.default['ipfs']['checksum'] = '43431bbef105b1c8d0679350d6f496b934d005df28c13280a67f0c88054976aa'
|
||||
|
||||
node.default['ipfs']['ulimit'] = 64000
|
||||
node.default['ipfs']['memory_max'] = '512M'
|
||||
|
||||
@@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
|
||||
license 'MIT'
|
||||
description 'Installs/Configures ipfs'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.4.0'
|
||||
version '0.4.1'
|
||||
|
||||
supports %w(ubuntu debian)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user