homebrew-cask/Casks/franz.rb

14 lines
546 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
2016-07-05 06:36:16 +08:00
# github.com/imprecision/franz-app was verified as official when first introduced to the cask
2016-06-14 12:40:01 +08:00
url "https://github.com/imprecision/franz-app/releases/download/#{version}/Franz-darwin-x64-#{version}.dmg"
2016-04-17 08:55:03 +08:00
appcast 'https://github.com/imprecision/franz-app/releases.atom',
2016-09-12 15:50:17 +08:00
checkpoint: 'ff6f46a9386bd0f33a5e1f68aa7ef54e89b7e87850acdb41866c7bddfb0b6ca3'
2016-03-02 20:40:25 +08:00
name 'Franz'
homepage 'http://meetfranz.com'
app 'Franz.app'
end