homebrew-cask/Casks/komanda.rb

11 lines
298 B
Ruby
Raw Normal View History

2014-06-17 07:22:01 +08:00
class Komanda < Cask
version '1.0.0 beta'
sha256 'e54f195185d92b0b4a9e9be3b1db4b2cbd99723c93e9b6e57feb0df90b27a5d1'
url 'https://github.com/mephux/komanda/releases/download/1.0.0.beta/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