From 8198978c977946fcd192d0a0d1a6b58e2c631fc8 Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 14 Dec 2017 09:09:18 +1000 Subject: [PATCH] Remove totalspaces (#41916) [skip ci] --- Casks/totalspaces.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Casks/totalspaces.rb diff --git a/Casks/totalspaces.rb b/Casks/totalspaces.rb deleted file mode 100644 index ed5ee1823da90..0000000000000 --- a/Casks/totalspaces.rb +++ /dev/null @@ -1,24 +0,0 @@ -cask 'totalspaces' do - version '2.6.15' - sha256 'e0ef0851ba2922547657051e515e79151205f1d80ecfb730d1be7121839247fb' - - url "http://downloads.binaryage.com/TotalSpaces#{version.major}-#{version}.dmg" - appcast "http://updates-s3.binaryage.com/totalspaces#{version.major}.xml", - checkpoint: '188c44f1165a021d5f17e39ec6b7d6948e81d8bdd1c10feaefeb3686c55638a5' - name 'TotalSpaces' - homepage 'https://totalspaces.binaryage.com/' - - installer manual: "TotalSpaces#{version.major}.app" - - uninstall pkgutil: "com.binaryage.TotalSpaces#{version.major}", - script: { - executable: "TotalSpaces#{version.major} Uninstaller.app/Contents/MacOS/TotalSpaces#{version.major} Uninstaller", - args: ['--headless'], - sudo: true, - }, - signal: [ - ['INT', 'com.binaryage.totalspacescrashwatcher'], - ['KILL', 'com.binaryage.totalspacescrashwatcher'], - ], - quit: "com.binaryage.TotalSpaces#{version.major}" -end