homebrew-cask/Casks/postico.rb

14 lines
419 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'postico' do
2016-10-13 18:15:39 +08:00
version '1.0.10'
sha256 'c746450e6decef04ab8ee193dd69524c951743718ca38bdaedef6c6f149c7300'
2015-03-12 20:05:53 +08:00
2016-03-08 23:13:53 +08:00
# amazonaws.com/eggerapps-downloads was verified as official when first introduced to the cask
url "https://s3-eu-west-1.amazonaws.com/eggerapps-downloads/postico-#{version}.zip"
2015-03-12 20:05:53 +08:00
name 'Postico'
homepage 'https://eggerapps.at/postico/'
depends_on macos: '>= :mavericks'
app 'Postico.app'
2015-03-12 20:05:53 +08:00
end