Browse Source

Update pgAdmin4 to v1.0 (#2714)

master
Bolek Kurowski 9 years ago
committed by Victor Popkov
parent
commit
309048abea
  1. 6
      Casks/pgadmin4.rb

6
Casks/pgadmin4.rb

@ -1,9 +1,9 @@
cask 'pgadmin4' do
version '1.0-rc1'
sha256 'f1ab4b0f0dc59377c8b09b744dc8703de769e406c76a2f3051159d7de35ab66e'
version '1.0'
sha256 '323e21fe683fdc38b545330c575e9e517e3c0f1e9ed1517ddf6955e7666a2c89'
# 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"
url "https://ftp.postgresql.org/pub/pgadmin3/pgadmin4/v#{version}/macos/pgadmin4-#{version}.dmg"
name 'pgAdmin4'
homepage 'http://pgadmin.org'
license :oss

Loading…
Cancel
Save