You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
480 B
14 lines
480 B
cask 'kinematic-beta' do
|
|
version '0.12.0'
|
|
sha256 '161d702e25cfda4337c5f9b1315ad1487b287cd581e8951caee7ff529595370c'
|
|
|
|
# github.com/docker/kitematic was verified as official when first introduced to the cask
|
|
url "https://github.com/docker/kitematic/releases/download/v#{version}/Kitematic-#{version}-Mac.zip"
|
|
name 'Kinematic'
|
|
homepage 'https://kitematic.com/'
|
|
license :apache
|
|
|
|
app 'Kitematic (Beta).app'
|
|
|
|
zap delete: '~/Library/Application\ Support/Kitematic'
|
|
end
|
|
|