Files
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

18 lines
436 B
Ruby

cask "omnidb" do
version "2.17.0"
sha256 "8fdd482d45d1b2d4d330074d94238d91cc91242239a3ebb62ccc3319bacd5d16"
url "https://github.com/OmniDB/OmniDB/releases/download/#{version}/omnidb-app_#{version}-mac.dmg",
verified: "github.com/OmniDB/OmniDB/"
name "OmniDB"
desc "Web tool for database management"
homepage "https://omnidb.org/"
livecheck do
url :url
strategy :github_latest
end
app "OmniDB.app"
end