You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
714 B

cask 'pgadmin3' do
# note: "3" is not a version number, but indicates a different vendor
version '1.22.1'
sha256 'fa34b5baf09cf597850101b2806fdf80490c88d6fbf652da3750856423051603'
# ftp.postgresql.org/pub/pgadmin3 was verified as official when first introduced to the cask
url "https://ftp.postgresql.org/pub/pgadmin3/release/v#{version}/osx/pgadmin3-#{version}.dmg"
name 'pgAdmin'
homepage 'https://pgadmin.org/'
gpg "#{url}.sig",
key_id: 'e0c4ceeb826b1fda4fb468e024adfaaf698f1519'
app 'pgAdmin3.app'
zap delete: [
'~/Library/Preferences/pgadmin3 Preferences',
'~/Library/Saved Application State/org.postgresql.pgadmin.savedState',
]
end