homebrew-cask/Casks/pyfa.rb

12 lines
408 B
Ruby
Raw Normal View History

2016-05-03 16:27:40 +08:00
cask 'pyfa' do
version '2.5.0,yc120.10-1.0'
sha256 '1924a6c9f184c14ecffc3fcecb58a8261fdf64ab86114e6a183b53c5f82bdb53'
2016-05-03 16:27:40 +08:00
url "https://github.com/pyfa-org/Pyfa/releases/download/v#{version.before_comma}/pyfa-#{version.before_comma}-#{version.after_comma}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/pyfa-org/Pyfa/releases.atom'
2016-05-03 16:27:40 +08:00
name 'pyfa'
homepage 'https://github.com/pyfa-org/Pyfa'
app 'pyfa.app'
end