homebrew-cask/Casks/automatic.rb

15 lines
560 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'automatic' do
2015-10-15 04:36:31 +08:00
version '2.4.7.392'
sha256 'b1d4b7b4a85eb81010b5863b439b978179f49c1c5d6522e481106bf93fbea94f'
2015-07-12 18:34:12 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://com-codingcurious-downloads.s3.amazonaws.com/Automatic.#{version}.zip"
2015-07-09 08:57:58 +08:00
appcast 'http://update.codingcurious.com/automatic/appcast2.xml',
2015-10-15 04:36:31 +08:00
:sha256 => '8267eef79de744bb9f0075524c4cab6f3f83e0b0c6ced213131e632e37b34984'
2015-01-04 11:26:45 +08:00
name 'Automatic'
homepage 'http://codingcurious.com/automatic/'
license :commercial
prefpane 'Automatic.prefPane'
end