homebrew-cask/Casks/ao.rb

12 lines
337 B
Ruby
Raw Normal View History

cask 'ao' do
2019-05-21 23:36:27 +08:00
version '6.9.0'
sha256 'c69522f78e82476540637fd3a2ab0c9de1e911530a1eb88c9cf757e933debe0e'
2019-01-06 06:40:21 +08:00
url "https://github.com/klaussinani/ao/releases/download/v#{version}/Ao-#{version}.dmg"
appcast 'https://github.com/klaussinani/ao/releases.atom'
name 'Ao'
2019-01-06 06:40:21 +08:00
homepage 'https://github.com/klaussinani/ao'
app 'Ao.app'
end