Remove anatine.rb (#31070)

This commit is contained in:
giannitm 2017-03-18 15:12:42 +00:00 committed by Miccal Matthews
parent e01c5f3149
commit a19225658b
1 changed files with 0 additions and 19 deletions

View File

@ -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