horndis: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:26:24 +01:00
parent f1f8688b86
commit d7621dfbca
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
cask 'horndis' do
version '9.2'
sha256 '15f5c6cbe14e5c0f11bf27172dfbcdf3b753122d128807d6bad94c8f4c2b71e1'
cask "horndis" do
version "9.2"
sha256 "15f5c6cbe14e5c0f11bf27172dfbcdf3b753122d128807d6bad94c8f4c2b71e1"
url "https://github.com/jwise/HoRNDIS/releases/download/rel#{version}/HoRNDIS-#{version}.pkg"
appcast 'https://github.com/jwise/HoRNDIS/releases.atom'
name 'HoRNDIS'
homepage 'https://github.com/jwise/HoRNDIS'
appcast "https://github.com/jwise/HoRNDIS/releases.atom"
name "HoRNDIS"
homepage "https://github.com/jwise/HoRNDIS"
pkg "HoRNDIS-#{version}.pkg"
uninstall kext: 'com.joshuawise.kexts.HoRNDIS',
pkgutil: 'com.joshuawise.*'
uninstall kext: "com.joshuawise.kexts.HoRNDIS",
pkgutil: "com.joshuawise.*"
end