homebrew-cask/Casks/thonny-xxl.rb

25 lines
742 B
Ruby

cask "thonny-xxl" do
version "3.3.1"
sha256 "a5c864603e825751ff53240fe140567a4c74d6d64a93cae25eda39fed47055d3"
url "https://github.com/thonny/thonny/releases/download/v#{version}/thonny-xxl-#{version}.pkg",
verified: "github.com/thonny/thonny/"
appcast "https://github.com/thonny/thonny/releases.atom"
name "Thonny (XXL bundle)"
desc "Python IDE for beginners"
homepage "https://thonny.org/"
conflicts_with cask: "thonny"
pkg "thonny-xxl-#{version}.pkg"
uninstall quit: "org.thonny.Thonny",
pkgutil: "org.thonny.Thonny.component",
delete: "/Applications/Thonny.app"
zap trash: [
"~/Library/Saved Application State/org.thonny.Thonny.savedState",
"~/Library/Thonny",
]
end