mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
251 B
Ruby
11 lines
251 B
Ruby
cask :v1 => 'automatic' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://codingcurious.com/downloads/Automatic.2.zip'
|
|
name 'Automatic'
|
|
homepage 'http://codingcurious.com/automatic/'
|
|
license :commercial
|
|
|
|
prefpane 'Automatic.prefPane'
|
|
end
|