Files
homebrew-cask/Casks/k/koa11y.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

13 lines
404 B
Ruby

cask "koa11y" do
version "3.0.0"
sha256 "38eee107e25b9595955c0ef53f0dcfa44630f94003da781e2607a396469bc4da"
url "https://github.com/open-indy/Koa11y/releases/download/v#{version}/OSX_Koa11y_#{version}.zip",
verified: "github.com/open-indy/Koa11y/"
name "Koa11y"
desc "Easily check for website accessibility issues"
homepage "https://open-indy.github.io/Koa11y/"
app "Koa11y.app"
end