homebrew-cask/Casks/detectx.rb

22 lines
852 B
Ruby

cask 'detectx' do
version '2.59'
sha256 '34153586bc1f646ea84404176a14a228a08cc8c61dee152445faa27b16a5d517'
# 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: 'f71f9f5be2178ca9d9b70fcea4723e2b83abed7c8b724f0687f44ada006d8b37'
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