Update sockethub to the latest tag
2.0.5 wasn't compatible with Node 10
This commit is contained in:
parent
504ac417e2
commit
aa60d19743
@ -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'
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user