Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

24 lines
639 B
Ruby

cask "exactscan" do
version "23.2"
sha256 "81998738431d680d022c2fd03ce2cefd81bc630de3a0bcadba24ddddc9c67da7"
url "https://dl.exactcode.com/exactscan/ExactScan-#{version}.dmg",
verified: "dl.exactcode.com/"
name "ExactScan"
desc "Document scanner"
homepage "https://exactscan.com/index.html"
livecheck do
url "https://exactscan.com/download.html"
regex(%r{href=.*?/ExactScan-(\d+(?:\.\d+)+)\.dmg}i)
end
app "ExactScan.app"
zap trash: [
"~/Library/Caches/de.exactcode.ExactScan",
"~/Library/HTTPStorages/de.exactcode.ExactScan",
"~/Library/Preferences/de.exactcode.ExactScan.plist",
]
end