mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
Kitematic has just released a new version that solves some problems for people on Yosemite. https://github.com/kitematic/kitematic/issues/99#issuecomment-59678616
10 lines
273 B
Ruby
10 lines
273 B
Ruby
class Kitematic < Cask
|
|
version '0.3.0'
|
|
sha256 '1f7695c23024fc5661b8d8714c3a80e8fe50bcce093ce64b0f2c4c77b70700f0'
|
|
|
|
url "https://s3.amazonaws.com/kite-installer/Kitematic-#{version}.zip"
|
|
homepage 'https://kitematic.com/'
|
|
license :unknown
|
|
|
|
app 'Kitematic.app'
|
|
end
|