Add Pyzo v4.1 (#21860)

This commit is contained in:
Johan Pauwels 2016-06-12 00:04:47 +01:00 committed by Vítor Galvão
parent 2431aa8c16
commit 9e325968af
1 changed files with 16 additions and 0 deletions

16
Casks/pyzo.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'pyzo' do
version '4.1'
sha256 '8acab54d6cad4e072056073e9a0de5b178bf1e9e3c21bae650c458f878510d1e'
# github.com/pyzo/pyzo was verified as official when first introduced to the cask
url "https://github.com/pyzo/pyzo/releases/download/v#{version}/pyzo-#{version}-osx64.dmg"
appcast 'https://github.com/pyzo/pyzo/releases.atom',
checkpoint: 'e39c7313422d52528d6f9e1171d5b94da9f93153df1c9e1f2efbf0d5e8b81af7'
name 'Pyzo'
homepage 'http://www.pyzo.org/'
license :bsd
app 'pyzo.app'
zap delete: '~/Library/Application Support/pyzo'
end