From a19225658b5959a6354a59f09eebe7deeb9fc016 Mon Sep 17 00:00:00 2001 From: giannitm Date: Sat, 18 Mar 2017 15:12:42 +0000 Subject: [PATCH] Remove anatine.rb (#31070) --- Casks/anatine.rb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Casks/anatine.rb diff --git a/Casks/anatine.rb b/Casks/anatine.rb deleted file mode 100644 index 853339a5bc8..00000000000 --- a/Casks/anatine.rb +++ /dev/null @@ -1,19 +0,0 @@ -cask 'anatine' do - version '1.1.0' - sha256 '172e45ffe4f8ae4169db416eb9585680bf5a33869001772587304eba497861db' - - url "https://github.com/sindresorhus/anatine/releases/download/#{version}/Anatine-osx-#{version}.zip" - appcast 'https://github.com/sindresorhus/anatine/releases.atom', - checkpoint: '534c6dc58624b1e01a9c262778f3f06502cc0ec49c76fb87154b3cfc277b7582' - name 'Anatine' - homepage 'https://github.com/sindresorhus/anatine' - - app 'Anatine.app' - - zap delete: [ - '~/Library/Application Support/Anatine', - '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.sindresorhus.anatine.sfl', - '~/Library/Preferences/com.sindresorhus.anatine.plist', - '~/Library/Saved Application State/com.sindresorhus.anatine.savedState', - ] -end