homebrew-cask/Casks/h/heimdall-suite.rb

31 lines
999 B
Ruby

cask "heimdall-suite" do
version "1.4.0"
sha256 "4b283fc7bc331f8ec84031c939ef9d2aa71bb8fe6be6d3434dd268d76f7c0e60"
url "https://bitbucket.org/benjamin_dobell/heimdall/downloads/heimdall-suite-#{version}-mac.dmg",
verified: "bitbucket.org/benjamin_dobell/heimdall/downloads/"
name "Heimdall Suite"
desc "Flash firmware onto Samsung mobile devices"
homepage "https://glassechidna.com.au/heimdall/"
livecheck do
url "https://glassechidna.com.au/heimdall/#downloads"
regex(%r{href=.*?/heimdall[._-]suite[._-]v?(\d+(?:\.\d+)+)[._-]mac\.dmg}i)
end
pkg "Heimdall Suite #{version}.pkg"
uninstall pkgutil: "au.com.glassechidna.HeimdallSuite",
kext: "au.com.glassechidna.heimdall_usb_shield",
delete: "#{appdir}/heimdall-frontend.app"
zap trash: [
"~/Library/Preferences/com.yourcompany.heimdall-frontend.plist",
"~/Library/Saved Application State/com.yourcompany.heimdall-frontend.savedState",
]
caveats do
kext
end
end