homebrew-cask/Casks/exactscan.rb

13 lines
405 B
Ruby
Raw Normal View History

2018-12-11 09:21:14 +08:00
cask 'exactscan' do
version '19.12.7'
sha256 '0b930dd60601ec386ff2ed549c98abd77845738ec2e458ffdb7d3f6259f70f54'
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