Files
homebrew-cask/Casks/d/dbglass.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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