homebrew-cask/Casks/conductor.rb

16 lines
494 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'conductor' do
2015-11-30 05:52:14 +08:00
version '1.3.0'
sha256 'e1a63c988fbcc9de3307987b53799632de4101ab41c9215610f6c9a70c411816'
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',
checkpoint: 'e9db5592440216e156b93dfe69a597508047dbda993e3ad8f528a5b54d448d00'
2015-06-29 14:05:14 +08:00
name 'Conductor'
homepage 'https://github.com/keith/conductor'
license :mit
2015-11-30 05:52:14 +08:00
accessibility_access true
app 'Conductor.app'
2015-06-29 14:05:14 +08:00
end