Browse Source

Update pgadmin3 to 1.22.2 (#3656)

master
Gobinath Mallaiyan 8 years ago
committed by Miccal Matthews
parent
commit
cb1629794b
  1. 4
      Casks/pgadmin3.rb

4
Casks/pgadmin3.rb

@ -3,8 +3,8 @@ cask 'pgadmin3' do
version '1.22.2'
sha256 '35a140e5a15d2acbdd981819c6f891ad197af520914a26964920424621fe5c31'
# 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"
# ftp.postgresql.org/pub/pgadmin/pgadmin3 was verified as official when first introduced to the cask
url "https://ftp.postgresql.org/pub/pgadmin/pgadmin3/v#{version}/osx/pgadmin3-#{version}.dmg"
name 'pgAdmin'
homepage 'https://pgadmin.org/'
gpg "#{url}.sig",

Loading…
Cancel
Save