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
439 B
Ruby
17 lines
439 B
Ruby
cask "dbglass" do
|
|
version "0.1.0-beta.6"
|
|
sha256 "f79f853299f7578f3b30a9df9b2d027ec73ecf933b91f78e287ad2993176f45d"
|
|
|
|
url "https://github.com/web-pal/DBGlass/releases/download/v#{version}/MAC_OS-X.zip",
|
|
verified: "github.com/web-pal/DBGlass/"
|
|
name "DBGlass"
|
|
desc "PostgreSQL client built with Electron"
|
|
homepage "http://dbglass.web-pal.com/"
|
|
|
|
app "DBGlass-darwin-x64/DBGlass.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|