Michael
10 years ago
2 changed files with 10 additions and 10 deletions
@ -1,10 +0,0 @@ |
|||||
cask :v1 => 'node-webkit-32bit' do |
|
||||
version '0.10.5' |
|
||||
sha256 '5ff8e236072f9eeac0b44c7df8f78e47508ed6d1f90f85b60ab2a1245a641940' |
|
||||
|
|
||||
url "http://dl.node-webkit.org/v#{version}/node-webkit-v#{version}-osx-ia32.zip" |
|
||||
homepage 'https://github.com/rogerwang/node-webkit' |
|
||||
license :oss |
|
||||
|
|
||||
stage_only true |
|
||||
end |
|
@ -0,0 +1,10 @@ |
|||||
|
cask :v1 => 'nw-js-32bit' do |
||||
|
version '0.12.1' |
||||
|
sha256 '75b6280b6fb1d068e439a555079de599e57fb59b115a85e0e144e7d86b947d37' |
||||
|
|
||||
|
url "http://dl.nwjs.io/v#{version}nwjs-v#{version}-osx-ia32.zip" |
||||
|
homepage 'http://nwjs.io/' |
||||
|
license :oss |
||||
|
|
||||
|
stage_only true |
||||
|
end |
Loading…
Reference in new issue