mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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.
16 lines
428 B
Ruby
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
|