Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

21 lines
499 B
Ruby

cask "dia" do
version "0.97.2,7"
sha256 "9d3038c01347716800688830eaf52204deb78affe74a5f0c6e0a48fd414d44be"
url "https://downloads.sourceforge.net/dia-installer/dia/#{version.csv.first}/Dia-#{version.csv.first}-#{version.csv.second}.dmg",
verified: "sourceforge.net/dia-installer/dia/"
name "Dia"
desc "Draw structured diagrams"
homepage "http://dia-installer.de/"
depends_on cask: "xquartz"
app "Dia.app"
# No zap stanza required
caveats do
discontinued
end
end