homebrew-cask/Casks/tropy.rb

14 lines
503 B
Ruby
Raw Normal View History

2017-12-16 07:36:42 +08:00
cask 'tropy' do
2018-05-13 03:23:28 +08:00
version '1.1.3'
sha256 '9018be948268bdee52e79a6e5a15f4d53cd893a83e8a80598d27f350a2b7ae82'
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"
appcast 'https://github.com/tropy/tropy/releases.atom',
2018-05-13 03:23:28 +08:00
checkpoint: 'bccba5114049a1fc500c3c23526ba956e2521ee61e0cb93de3b558ec8da439f8'
2017-12-16 07:36:42 +08:00
name 'Tropy'
homepage 'https://tropy.org/'
app 'Tropy.app'
end