mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
Add Intel XDK IoT Edition v52
This commit is contained in:
parent
32321b1178
commit
1fbcd44d40
1 changed files with 11 additions and 0 deletions
11
Casks/intel-xdk-iot.rb
Normal file
11
Casks/intel-xdk-iot.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
class IntelXdkIot < Cask
|
||||
version '52'
|
||||
sha256 'f8b378b36848245503127fc079a4dccf483aa949eb0b05ea0b7c50f0153b3db1'
|
||||
|
||||
url "https://download.xdk.intel.com/iot-packages/iot_web_mac_master-iot_00#{version}.dmg"
|
||||
homepage 'https://software.intel.com/en-us/html5/xdk-iot'
|
||||
license :unknown
|
||||
|
||||
pkg "xdk_full_#{version}.pkg"
|
||||
uninstall :pkgutil => 'com.intel.pkg.xdk_new'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue