homebrew-cask/Casks/franz.rb

15 lines
564 B
Ruby
Raw Normal View History

2016-03-02 20:40:25 +08:00
cask 'franz' do
2016-06-28 10:19:54 +08:00
version '3.1.0'
sha256 '1789fb44c47fd25db123c8ad6142e24007901fa07a8494263c312dbab7708eb9'
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-06-28 10:19:54 +08:00
checkpoint: '481bc974abafc69025c5907056373df7a8e5f795544a7a1949e58c3e5858de1b'
2016-03-02 20:40:25 +08:00
name 'Franz'
homepage 'http://meetfranz.com'
license :gratis
app 'Franz.app'
end