homebrew-cask/Casks/pgadmin4.rb

20 lines
703 B
Ruby

cask "pgadmin4" do
version "4.29"
sha256 "9f461dc26393793e21c93862138f92fe120147c7d661cb9056c92dfda25a29dc"
url "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v#{version}/macos/pgadmin4-#{version}.dmg",
verified: "ftp.postgresql.org/"
appcast "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/"
name "pgAdmin4"
homepage "https://www.pgadmin.org/"
app "pgAdmin 4.app"
zap trash: [
"~/.pgadmin",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.pgadmin.pgadmin4.sfl*",
"~/Library/Preferences/org.pgadmin.pgadmin4.plist",
"~/Library/Saved Application State/org.pgadmin.pgAdmin4.savedState",
]
end