homebrew-cask/Casks/hackintool.rb

22 lines
697 B
Ruby

cask "hackintool" do
version "3.4.9"
sha256 "2c39478144b2e6f248a33940510ddabc0b36d2c3220e0af7785d0d41bf823064"
url "https://github.com/headkaze/Hackintool/releases/download/#{version}/Hackintool.zip"
appcast "https://github.com/headkaze/Hackintool/releases.atom"
name "Hackintool"
desc "Hackintosh patching tool"
homepage "https://github.com/headkaze/Hackintool"
auto_updates true
app "Hackintool.app"
zap trash: [
"~/Library/Cookies/com.Headsoft.Hackintool.binarycookies",
"~/Library/Caches/com.Headsoft.Hackintool",
"~/Library/Caches/com.apple.helpd/Generated/com.Headsoft.Hackintool.help*",
"~/Library/Preferences/com.Headsoft.Hackintool.plist",
]
end