mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
7 lines
259 B
Ruby
7 lines
259 B
Ruby
class NodeWebkit < Cask
|
|
url 'https://s3.amazonaws.com/node-webkit/v0.8.4/node-webkit-v0.8.4-osx-ia32.zip'
|
|
homepage 'https://github.com/rogerwang/node-webkit'
|
|
version '0.8.4'
|
|
sha1 'd9ed2379077c3d322c4759aa1337393196697acc'
|
|
link 'node-webkit.app'
|
|
end
|