homebrew-cask/Casks/detectx.rb

22 lines
848 B
Ruby

cask 'detectx' do
version '2.85'
sha256 '0b8e70cd30f88218e46eee355b868b7f5bf495b1915b509406f5bd663243b4ff'
# amazonaws.com/sqwarq.com was verified as official when first introduced to the cask
url 'https://s3.amazonaws.com/sqwarq.com/PublicZips/DetectX.app.zip'
appcast 'https://s3.amazonaws.com/sqwarq.com/AppCasts/detectx.xml',
checkpoint: '058a08e9193acb5ac69cf660fff144a191dfaf2bafee2bf5ed9502629a157bfd'
name 'DetectX'
homepage 'https://sqwarq.com/detectx/'
auto_updates true
app 'DetectX.app'
zap trash: [
'~/Library/Application Support/com.sqwarq.DetectX',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.sqwarq.detectx.sfl*',
'~/Library/Preferences/com.sqwarq.DetectX.plist',
]
end