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.7.2/node-webkit-v0.7.2-osx-ia32.zip'
|
|
homepage 'https://github.com/rogerwang/node-webkit'
|
|
version '0.7.2'
|
|
sha1 '9ec8ff43fd38adea534a1e311c5ec349a38f46b1'
|
|
link 'node-webkit.app'
|
|
end
|