homebrew-cask/Casks/koa11y.rb

14 lines
544 B
Ruby
Raw Normal View History

2017-05-12 17:33:07 +08:00
cask 'koa11y' do
2017-10-31 08:03:13 +08:00
version '3.0.0'
sha256 '38eee107e25b9595955c0ef53f0dcfa44630f94003da781e2607a396469bc4da'
2017-05-12 17:33:07 +08:00
# github.com/open-indy/Koa11y was verified as official when first introduced to the cask
url "https://github.com/open-indy/Koa11y/releases/download/v#{version}/OSX_Koa11y_#{version}.zip"
appcast 'https://github.com/open-indy/Koa11y/releases.atom',
2017-10-31 08:03:13 +08:00
checkpoint: '7aef34815af55a47089cadf45a459dd8635772789afdb91e3ed6470d55df67f8'
2017-05-12 17:33:07 +08:00
name 'Koa11y'
homepage 'https://open-indy.github.io/Koa11y/'
app 'Koa11y.app'
end