Files
homebrew-cask/Casks/d/doxie.rb
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

23 lines
604 B
Ruby

cask "doxie" do
version "3.1"
sha256 "e0d53143ed018d101a2a5797398c1be3d6533b77b38580d0bacff4d01a6f47f1"
url "https://download.getdoxie.com/Doxie-#{version}.dmg"
name "Doxie"
desc "Companion app for scanner hardware"
homepage "https://www.getdoxie.com/"
livecheck do
url "https://r.getdoxie.com/app/doxie/release-notes-latest.html"
regex(/Doxie.(\d+(?:\.\d+)+)/i)
end
app "Doxie.app"
zap trash: [
"~/Library/Caches/com.getdoxie.doxie",
"~/Library/Preferences/com.getdoxie.doxie.plist",
"~/Library/Saved Application State/com.getdoxie.doxie.savedState",
]
end