From 071e7da482d0f4f26218e005f326e9cb4b90246d Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Sun, 24 Jul 2016 19:16:20 +0200 Subject: [PATCH] pgAdmin4 1.0-beta3 (#2345) * Updated pgadmin4 to beta3 * Forgot to update the download url comment --- Casks/pgadmin4.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/pgadmin4.rb b/Casks/pgadmin4.rb index 9721e674a..7e96499ab 100644 --- a/Casks/pgadmin4.rb +++ b/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'