Add conductor 1.2.1 (initial release)

This commit is contained in:
Keith Smiley 2015-06-28 23:05:14 -07:00 committed by Vítor Galvão
parent 0875148190
commit e3e07636de
1 changed files with 12 additions and 0 deletions

12
Casks/conductor.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'conductor' do
version '1.2.1'
sha256 '0df00414d64474093aeefd9f7b81fd80bb8a98da2b713164e498df6cd0e60cca'
url 'https://github.com/keith/conductor/releases/download/1.2.1/Conductor.app.zip'
appcast 'https://github.com/keith/conductor/releases.atom'
name 'Conductor'
homepage 'https://github.com/keith/conductor'
license :mit
app 'Conductor.app'
end