Browse Source

pgAdmin4 1.0-beta3 (#2345)

* Updated pgadmin4 to beta3

* Forgot to update the download url comment
master
Rick van Hattem 9 years ago
committed by Victor Popkov
parent
commit
071e7da482
  1. 6
      Casks/pgadmin4.rb

6
Casks/pgadmin4.rb

@ -1,8 +1,8 @@
cask 'pgadmin4' do
version '1.0-beta2'
sha256 'b6523c47e552e64e3112f9bb9902faf0a21905023f491de8997658aa876ca077'
version '1.0-beta3'
sha256 'b93bcae497d531cc870c3feb9dd5424b1f16793fdcceb03158bd07ac1a073e62'
# postgresql.org is the official download host per the vendor homepage
# ftp.postgresql.org was verified as official when first introduced to the cask
url "https://ftp.postgresql.org/pub/pgadmin3/pgadmin4/v#{version}/osx/pgadmin4-#{version}.dmg"
name 'pgAdmin4'
homepage 'http://pgadmin.org'

Loading…
Cancel
Save