homebrew-cask/Casks/detectx.rb

22 lines
852 B
Ruby

cask 'detectx' do
version '2.55'
sha256 'babe2f00132fe46f3f95269f5713e240947f233b79b5e82cd1f98175650594e7'
# 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: '7668360b97803fc833aec255dcd47dacdaeebb36fef56159a5611886ebbe6a4c'
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