homebrew-cask/Casks/maria.rb

12 lines
415 B
Ruby

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"
appcast "https://github.com/shincurry/Maria/releases.atom"
name "Maria"
homepage "https://github.com/shincurry/Maria"
app "Maria.app"
end