You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
20 lines
702 B
Ruby
20 lines
702 B
Ruby
cask "pgadmin4" do
|
|
version "5.1"
|
|
sha256 "263c49c0ff94829a1b9e12e23bcf94220c7705772a09674bc95ca066b8d34809"
|
|
|
|
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
|