homebrew-cask/Casks/detectx.rb

22 lines
852 B
Ruby
Raw Normal View History

2016-09-12 04:46:21 +08:00
cask 'detectx' do
2016-11-21 04:38:13 +08:00
version '2.37'
sha256 '728f6e91035154046794f219db396160f636125eb3f1458c124645420b342f67'
2016-09-12 04:46:21 +08:00
# 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',
2016-11-21 04:38:13 +08:00
checkpoint: 'c7ddf9e1fe2d6b42bf5dcb9d451741a64bb78f86684a9c9e52dea1b3de0c8915'
2016-09-12 04:46:21 +08:00
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