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
2019-03-18 05:26:43 +08:00
version '2.4.0'
sha256 '7e7bd35e03662a61f63a224ecd4364b0bdaa4e4c3cc8f174b671f8627ff334fe'
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