Add Intel XDK IoT Edition v52

This commit is contained in:
Christian Inzinger 2014-10-30 09:53:33 +01:00
parent 32321b1178
commit 1fbcd44d40

11
Casks/intel-xdk-iot.rb Normal file
View 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