Files
homebrew-cask/Casks/p/pg-commander.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
418 B
Ruby

cask "pg-commander" do
version "1.5.9"
sha256 "8c844dec96e459bd047bd60bc0daae2ee50f5af9594b506b627ff1ecc5395fff"
url "https://eggerapps-downloads.s3.amazonaws.com/pgcommander-#{version}.zip",
verified: "eggerapps-downloads.s3.amazonaws.com/"
name "PG Commander"
desc "PostgreSQL client"
homepage "https://eggerapps.at/pgcommander/"
app "PG Commander.app"
caveats do
discontinued
end
end