homebrew-cask/Casks/exactscan.rb

13 lines
405 B
Ruby
Raw Normal View History

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
2018-12-11 09:21:14 +08:00
url "https://dl.exactcode.com/exactscan/ExactScan-#{version}.dmg"
appcast "https://exactscan.com/download.html"
name "ExactScan"
homepage "https://exactscan.com/index.html"
2018-12-11 09:21:14 +08:00
app "ExactScan.app"
2018-12-11 09:21:14 +08:00
end