homebrew-cask/Casks/horndis.rb

16 lines
553 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'horndis' do
2016-10-17 03:13:30 +08:00
version '8'
sha256 'daca9f4e3e7d392821fa349403d349930e675d234cd27a5f43f2b46da34b5a92'
2017-01-31 18:15:13 +08:00
url "https://github.com/jwise/HoRNDIS/releases/download/rel#{version}/HoRNDIS-rel#{version}.pkg"
appcast 'https://github.com/jwise/HoRNDIS/releases.atom',
checkpoint: 'ddb30f68600eaedeacdd13e016afa0522fb2291482d94b21f7a9d99a4d61bb4f'
2015-04-06 17:10:14 +08:00
name 'HoRNDIS'
2017-01-31 18:15:13 +08:00
homepage 'https://github.com/jwise/HoRNDIS'
2014-09-26 22:58:33 +08:00
pkg "HoRNDIS-rel#{version}.pkg"
2014-11-22 22:12:40 +08:00
uninstall kext: 'com.joshuawise.kexts.HoRNDIS',
pkgutil: 'com.joshuawise.*'
2013-12-15 11:16:57 +08:00
end