homebrew-cask/Casks/komanda.rb

11 lines
316 B
Ruby
Raw Normal View History

2014-11-14 01:26:13 +08:00
cask :v1 => 'komanda' do
2014-06-17 07:22:01 +08:00
version '1.0.0 beta'
sha256 'e54f195185d92b0b4a9e9be3b1db4b2cbd99723c93e9b6e57feb0df90b27a5d1'
2014-10-22 22:35:42 +08:00
url "https://github.com/mephux/komanda/releases/download/#{version.gsub(' ','.')}/Komanda-macosx.zip"
homepage 'https://github.com/mephux/komanda'
2014-10-12 00:34:56 +08:00
license :mit
2014-09-16 00:05:49 +08:00
app 'Komanda.app'
2014-06-17 07:22:01 +08:00
end