homebrew-cask/Casks/franz.rb

14 lines
541 B
Ruby
Raw Normal View History

2016-03-02 20:40:25 +08:00
cask 'franz' do
2016-09-12 15:50:17 +08:00
version '4.0.4'
sha256 'a744a4e4086647ad8c982b38aae761c6a5e3a1394cb4a0d5e2c6bff8e46742cf'
2016-03-02 20:40:25 +08:00
2017-05-12 01:49:49 +08:00
# github.com/meetfranz/franz-app was verified as official when first introduced to the cask
url "https://github.com/meetfranz/franz-app/releases/download/#{version}/Franz-darwin-x64-#{version}.dmg"
appcast 'https://github.com/meetfranz/franz-app/releases.atom',
checkpoint: '2ae578b5675bad0f5a97a3870acaedaad246e0fa61071cb63717ba1624e91201'
2016-03-02 20:40:25 +08:00
name 'Franz'
homepage 'http://meetfranz.com/'
2016-03-02 20:40:25 +08:00
app 'Franz.app'
end