cask "maciasl" do version "1.6.5" sha256 "67071f4e91167360e4881ed2532cf6cc3cdcc4850b1ccbcaf4e13f270465f878" url "https://github.com/acidanthera/MaciASL/releases/download/#{version}/MaciASL-#{version}-RELEASE.dmg" name "MaciASL" desc "ACPI Machine Language (AML) compiler and IDE" homepage "https://github.com/acidanthera/MaciASL" no_autobump! because: :requires_manual_review auto_updates true app "MaciASL.app" binary "#{appdir}/MaciASL.app/Contents/MacOS/iasl-stable", target: "iasl" uninstall quit: "org.acidanthera.MaciASL" zap trash: [ "~/Library/Preferences/org.acidanthera.MaciASL.plist", "~/Library/Saved Application State/org.acidanthera.MaciASL.savedState", ] end