homebrew-cask/Casks/auryo.rb

13 lines
429 B
Ruby
Raw Normal View History

2018-11-02 01:11:18 +08:00
cask 'auryo' do
version '2.3.3'
sha256 '31b7dc9e086eb54ee88ed8bda223833b0cb81c81481859514bc4635f674cad6d'
2018-11-02 01:11:18 +08:00
# github.com/Superjo149/auryo was verified as official when first introduced to the cask
url "https://github.com/Superjo149/auryo/releases/download/v#{version}/Auryo-#{version}.dmg"
appcast 'https://github.com/Superjo149/auryo/releases.atom'
name 'Auryo'
homepage 'https://auryo.com/'
2018-11-02 01:11:18 +08:00
app 'Auryo.app'
end