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

19 lines
499 B
Ruby

cask "via" do
version "3.0.0"
sha256 "30f9f81154a8ee9c0cf19f4fb1a3d6ca9a448f765122845db1e190b9f583d16b"
url "https://github.com/the-via/releases/releases/download/v#{version}/via-#{version}-mac.dmg",
verified: "github.com/the-via/releases/"
name "VIA"
desc "Keyboard configurator"
homepage "https://caniusevia.com/"
app "VIA.app"
zap trash: [
"~/Library/Application Support/VIA",
"~/Library/Logs/VIA",
"~/Library/Preferences/org.via.configurator.plist",
]
end