homebrew-cask/Casks/pgadmin4.rb

20 lines
802 B
Ruby

cask 'pgadmin4' do
version '4.24'
sha256 '1e4ea51a59aea3282d02e0b5288132030926422c989ab8a33c0b58b3b62e4766'
# ftp.postgresql.org/ was verified as official when first introduced to the cask
url "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v#{version}/macos/pgadmin4-#{version}.dmg"
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