homebrew-cask/Casks/tropy.rb

13 lines
413 B
Ruby
Raw Normal View History

2017-12-16 07:36:42 +08:00
cask 'tropy' do
2018-05-28 02:36:15 +08:00
version '1.2.0'
sha256 '0f72fcf725219a6c09e2354441f80cc9867aef0db5c54dbf83ec6e3fc0cf9565'
2017-12-16 07:36:42 +08:00
# github.com/tropy/tropy was verified as official when first introduced to the cask
url "https://github.com/tropy/tropy/releases/download/#{version}/tropy-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/tropy/tropy/releases.atom'
2017-12-16 07:36:42 +08:00
name 'Tropy'
homepage 'https://tropy.org/'
app 'Tropy.app'
end