mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
13 lines
404 B
Ruby
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
|