mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
18 lines
473 B
Ruby
18 lines
473 B
Ruby
cask "xaos" do
|
|
version "4.3.1"
|
|
sha256 "e006fc69772b1944dcc87bfbb9abfcfc94af08ccfca1a85d8d1aeddfd9e7d248"
|
|
|
|
url "https://github.com/xaos-project/XaoS/releases/download/release-#{version}/XaoS-#{version}.dmg",
|
|
verified: "github.com/xaos-project/XaoS/"
|
|
name "GNU XaoS"
|
|
desc "Real-time interactive fractal zoomer"
|
|
homepage "https://xaos-project.github.io/"
|
|
|
|
livecheck do
|
|
url :url
|
|
regex(/^release[._-]v?(\d+(?:\.\d+)+)$/i)
|
|
end
|
|
|
|
app "XaoS.app"
|
|
end
|