homebrew-cask/Casks/thonny.rb

15 lines
469 B
Ruby

cask 'thonny' do
version '3.2.1'
sha256 '922c277c9f1ffee142d717dce7d698a72da1f5bca80636078ee7a0e536d32038'
# github.com/thonny/thonny/releases/download was verified as official when first introduced to the cask
url "https://github.com/thonny/thonny/releases/download/v#{version}/thonny-#{version}.dmg"
appcast 'https://github.com/thonny/thonny/releases.atom'
name 'Thonny'
homepage 'https://thonny.org/'
app 'Thonny.app'
zap trash: '~/.thonny'
end