mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
506 B
Ruby
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
|