homebrew-cask/Casks/maria.rb

12 lines
415 B
Ruby
Raw Normal View History

2018-05-09 05:29:05 +08:00
cask 'maria' do
version '1.2.6,1701213'
sha256 '49fdca9fb362b96d9e51a5663edc4a7f2d2e27e3f9d14ffcaea60fdb2a155e06'
url "https://github.com/shincurry/Maria/releases/download/v#{version.before_comma}/Maria_v#{version.before_comma}_build#{version.after_comma}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/shincurry/Maria/releases.atom'
2018-05-09 05:29:05 +08:00
name 'Maria'
homepage 'https://github.com/shincurry/Maria'
app 'Maria.app'
end