homebrew-cask/Casks/conductor.rb

15 lines
479 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'conductor' do
2017-03-13 05:24:25 +08:00
version '1.4.1'
sha256 'd0c467071f40a278b09fe3d82fa21745e86cec88246cd016b7a87bfa477a9c49'
2015-06-29 14:05:14 +08:00
2015-06-29 23:44:52 +08:00
url "https://github.com/keith/conductor/releases/download/#{version}/Conductor.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/keith/conductor/releases.atom',
2017-07-29 05:43:07 +08:00
checkpoint: 'a0cb2e172d6824138153f58f0b16cdf642128525861b2f11f979cef6ffad510c'
2015-06-29 14:05:14 +08:00
name 'Conductor'
homepage 'https://github.com/keith/conductor'
2015-11-30 05:52:14 +08:00
accessibility_access true
app 'Conductor.app'
2015-06-29 14:05:14 +08:00
end