cask 'pgadmin4' do version '3.1' sha256 '0fc9a4eadeb132f100534560251ec70c8283467969a99167a9230c0d2e71920f' # 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" name 'pgAdmin4' homepage 'https://www.pgadmin.org/' gpg "#{url}.sig", key_id: 'e0c4ceeb826b1fda4fb468e024adfaaf698f1519' 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