homebrew-cask/Casks/espresso.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'espresso' do
2015-08-09 05:42:37 +08:00
version '2.2.3'
sha256 '5d6be08f97fb87cf4a1ba713c4ea7f9f09c7eb11658891725df171fe1cf73442'
2015-08-09 05:42:37 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/macrabbit/downloads/Espresso%20#{version}.zip"
appcast "https://update.macrabbit.com/espresso/#{version}.xml",
2016-01-14 02:07:26 +08:00
:checkpoint => '54f5a3da5544a66d475868f90c0a043170b684e4d3c5608ffbd29436b34d1f78'
2015-01-06 11:15:45 +08:00
name 'Espresso'
homepage 'http://macrabbit.com/espresso/'
license :freemium
2014-09-16 00:05:32 +08:00
app 'Espresso.app'
2013-06-05 10:09:04 +08:00
end