mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
283 B
Ruby
9 lines
283 B
Ruby
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'
|
|
|
|
app 'Komanda.app'
|
|
end
|