mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
259 B
Ruby
7 lines
259 B
Ruby
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
|