homebrew-cask/Casks/detectx.rb

22 lines
852 B
Ruby

cask 'detectx' do
version '2.54'
sha256 '695f7e4de8b96586afb4a5ee4fa84e4ac25b4a94e694ef08396001916cc3befa'
# 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: '55be0d08d4b48fe948c2f0591bac063459b83b37e53debf8e568d2542ec37b0d'
name 'DetectX'
homepage 'https://sqwarq.com/detectx/'
auto_updates true
app 'DetectX.app'
zap delete: [
'~/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