Update sockethub to the latest tag

2.0.5 wasn't compatible with Node 10
This commit is contained in:
Greg Karékinian 2019-04-08 12:31:10 +02:00
parent 504ac417e2
commit aa60d19743
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
node.default['sockethub']['port'] = '10551' node.default['sockethub']['port'] = '10551'
node.default['sockethub']['external_port'] = '10550' node.default['sockethub']['external_port'] = '10550'
node.default['sockethub']['revision'] = 'v2.0.5' node.default['sockethub']['revision'] = 'v3.0.1'
node.default['sockethub']['nginx']['server_name'] = 'sockethub.kosmos.org' node.default['sockethub']['nginx']['server_name'] = 'sockethub.kosmos.org'

View File

@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'All rights reserved' license 'All rights reserved'
description 'Installs/Configures sockethub' description 'Installs/Configures sockethub'
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.0' version '0.1.1'
depends 'application_javascript' depends 'application_javascript'
depends 'kosmos-redis' depends 'kosmos-redis'