Files
homebrew-cask/Casks/d/diashapes.rb
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

17 lines
506 B
Ruby

cask "diashapes" do
version "0.3.0"
sha256 "2b858e180f7ed1fff23c0fd7c917ad161b6ed4e561bc7a7ce4d71bd368947925"
url "https://downloads.sourceforge.net/dia-installer/diashapes/#{version}/diashapes-#{version}.dmg",
verified: "sourceforge.net/dia-installer/diashapes/"
name "Dia"
desc "Additional shapes for Dia"
homepage "http://dia-installer.de/shapes/index.html"
livecheck do
url "https://sourceforge.net/projects/dia-installer/rss?path=/diashapes"
end
app "Diashapes.app"
end