homebrew-cask/Casks/exactscan.rb

13 lines
404 B
Ruby
Raw Normal View History

2018-12-11 09:21:14 +08:00
cask 'exactscan' do
version '20.1.6'
sha256 '90327d282eaa5745477f0532a9608516262d45bd94999d03d51f669935e38d96'
2018-12-11 09:21:14 +08:00
# dl.exactcode.com was verified as official when first introduced to the cask
url "https://dl.exactcode.com/exactscan/ExactScan-#{version}.dmg"
2019-02-24 09:10:18 +08:00
appcast 'https://exactscan.com/download.html'
2018-12-11 09:21:14 +08:00
name 'ExactScan'
homepage 'https://exactscan.com/index.html'
app 'ExactScan.app'
end