homebrew-cask/Casks/deco.rb

19 lines
672 B
Ruby
Raw Normal View History

2016-05-26 03:40:53 +08:00
cask 'deco' do
2016-07-25 09:38:12 +08:00
version '0.7.1'
sha256 '94eda7876e3d33ecc8097c363c97876ed6a1b56e692849d8bfe5b3cfb132e86d'
2016-05-26 03:40:53 +08:00
2016-07-25 09:38:12 +08:00
# github.com/decosoftware/deco-ide was verified as official when first introduced to the cask
url "https://github.com/decosoftware/deco-ide/releases/download/v#{version}/Deco-#{version}-osx.zip"
appcast 'https://github.com/decosoftware/deco-ide/releases.atom',
2017-05-04 08:26:21 +08:00
checkpoint: 'f325ac5ff5dca6dfee0271ca49c87ad65dcc87a1dbd85ba270b7738948afee8e'
2016-05-26 03:40:53 +08:00
name 'Deco'
homepage 'https://www.decosoftware.com/'
2016-05-26 03:40:53 +08:00
2016-07-25 09:38:12 +08:00
app 'Deco.app'
2016-05-26 03:40:53 +08:00
2017-06-21 09:47:44 +08:00
zap trash: [
'~/.Deco',
'~/Library/Application Support/com.decosoftware.Deco',
]
2016-05-26 03:40:53 +08:00
end