You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
259 B
7 lines
259 B
class NodeWebkit < Cask
|
|
url 'https://s3.amazonaws.com/node-webkit/v0.6.1/node-webkit-v0.6.1-osx-ia32.zip'
|
|
homepage 'https://github.com/rogerwang/node-webkit'
|
|
version '0.6.1'
|
|
sha1 '47ec1c7e1c4139f189e38496cfcd94ae8db3ff89'
|
|
link 'node-webkit.app'
|
|
end
|
|
|