Merge pull request #7077 from inz/intel-iot-xdk

Add Intel XDK IoT Edition v52
This commit is contained in:
ndr 2014-11-09 22:32:29 +00:00
commit 5fc81df58c
1 changed files with 11 additions and 0 deletions

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