Merge branch 'feature/42-update_ipfs' of kosmos/chef into master

This commit is contained in:
Râu Cao 2019-04-25 17:37:43 +00:00 committed by Gitea
commit e951771a42
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'MIT' license 'MIT'
description 'Installs/Configures kosmos-ipfs' description 'Installs/Configures kosmos-ipfs'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.1' version '0.1.2'
depends 'ipfs' depends 'ipfs'
depends 'kosmos-base' depends 'kosmos-base'

View File

@ -24,8 +24,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE. # THE SOFTWARE.
node.override['ipfs']['version'] = '0.4.18' node.override['ipfs']['version'] = '0.4.20'
node.override['ipfs']['checksum'] = '21e6c44c0fa8edf91a727f1e8257342a4c3a879462e656861b0a179e1f6a03f6' node.override['ipfs']['checksum'] = '155dbdb2d7a9b8df38feccf48eb925cf9ab650754dc51994aa1e0bda1c1f9123'
include_recipe "ipfs" include_recipe "ipfs"
# Configure ipfs # Configure ipfs