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.
12 lines
354 B
Ruby
12 lines
354 B
Ruby
cask "datazenit" do
|
|
version "1.1.0"
|
|
sha256 "7d6e185e5c3d3db27096719bf2c5d5d1efccc2c717f2355acbaee74531b82aa9"
|
|
|
|
url "https://github.com/datazenit/datazenit-releases/releases/download/v#{version}/mac.tar.gz",
|
|
verified: "github.com/datazenit/datazenit-releases/"
|
|
name "Datazenit"
|
|
homepage "https://datazenit.com/"
|
|
|
|
app "Datazenit.app"
|
|
end
|