homebrew-cask/Casks/detectx-swift.rb

25 lines
917 B
Ruby
Raw Normal View History

cask 'detectx-swift' do
version '1.090'
sha256 'b2b256af01df8de581ac2d3ebc7c3f1ac73765849d8900f679393ccb27af71ae'
# s3.amazonaws.com/sqwarq.com was verified as official when first introduced to the cask
url 'https://s3.amazonaws.com/sqwarq.com/PublicZips/DetectX_Swift.dmg'
appcast 'https://s3.amazonaws.com/sqwarq.com/AppCasts/dtxswift.xml'
name 'DetectX Swift'
homepage 'https://sqwarq.com/detectx/'
auto_updates true
conflicts_with cask: 'detectx'
depends_on macos: '>= :el_capitan'
app 'DetectX Swift.app'
zap trash: [
'~/Library/Application Support/DetectX Swift',
'~/Library/Application Support/com.sqwarq.DetectX-Swift',
'~/Library/Caches/com.sqwarq.DetectX-Swift',
'~/Library/LaunchAgents/com.sqwarq.DetectX-Swift.observer.plist',
'~/Library/Preferences/com.sqwarq.DetectX-Swift.plist',
]
end