Skip to content

Commit

Permalink
Update Deco (0.7.1). (#23098)
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jul 25, 2016
1 parent b9ac9cc commit b22403a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Casks/deco.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
cask 'deco' do
version '0.6.0'
sha256 'e3462d65b1678b3d8e40c3cc5f436ef7ed34611d8d9b5063a7b029d10cbe961f'
version '0.7.1'
sha256 '94eda7876e3d33ecc8097c363c97876ed6a1b56e692849d8bfe5b3cfb132e86d'

# s3-us-west-2.amazonaws.com/decopkgs was verified as official when first introduced to the cask
url "https://s3-us-west-2.amazonaws.com/decopkgs/osx/Deco-#{version}.pkg"
appcast "https://deco-nuts.herokuapp.com/update/osx/#{version}",
checkpoint: 'e3462d65b1678b3d8e40c3cc5f436ef7ed34611d8d9b5063a7b029d10cbe961f'
# 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',
checkpoint: 'c36536d79d0aefcaad1b366d4283387828b4ba1f30d418b8dc5a4888be60efe0'
name 'Deco'
homepage 'https://www.decosoftware.com'
license :affero

installer manual: "Deco-#{version}.pkg"

uninstall pkgutil: 'com.decosoftware.deco'
app 'Deco.app'

zap delete: [
'~/.Deco',
Expand Down

0 comments on commit b22403a

Please sign in to comment.