Files
homebrew-cask/Casks/m/maria.rb
Sam Ford 0cc0e7acc5 maria: discontinued
The GitHub repository for `maria` was archived on 2023-04-13, so this
sets the cask as discontinued. The most recent release was on
2017-01-21 (though there were a couple of subsequent version tags
in 2017/2018 that didn't get a release), so it's fair to say this
probably isn't being developed anymore.
2023-09-30 00:36:02 -04:00

16 lines
428 B
Ruby

cask "maria" do
version "1.2.6,1701213"
sha256 "49fdca9fb362b96d9e51a5663edc4a7f2d2e27e3f9d14ffcaea60fdb2a155e06"
url "https://github.com/shincurry/Maria/releases/download/v#{version.csv.first}/Maria_v#{version.csv.first}_build#{version.csv.second}.dmg"
name "Maria"
desc "App/widget for aria2 download tool"
homepage "https://github.com/shincurry/Maria"
app "Maria.app"
caveats do
discontinued
end
end