From 5fc4c2dde8cb4e6d3d4f317905aaf0ec1662046e Mon Sep 17 00:00:00 2001 From: Andrew Walter Date: Wed, 1 Jul 2020 17:59:19 -0400 Subject: [PATCH] Update pgAdmin to 4.23 (#2175) * Update pgAdmin to 4.23 * Added x64 installer as well. I added a new folder for x64 as well but will retract it. * undoing last change because multiple installers are not supported. Co-authored-by: awalter --- manifests/PostgreSQL/pgAdmin/4.23.0.0.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/PostgreSQL/pgAdmin/4.23.0.0.yaml diff --git a/manifests/PostgreSQL/pgAdmin/4.23.0.0.yaml b/manifests/PostgreSQL/pgAdmin/4.23.0.0.yaml new file mode 100644 index 000000000..27bdda7f8 --- /dev/null +++ b/manifests/PostgreSQL/pgAdmin/4.23.0.0.yaml @@ -0,0 +1,21 @@ +Id: PostgreSQL.pgAdmin +Name: pgAdmin4 +AppMoniker: pgAdmin +Version: 4.23.0.0 +Publisher: The PostgreSQL Global Development Group +Author: The PostgreSQL Global Development Group +License: The PostgreSQL Licence +LicenseUrl: https://www.pgadmin.org/licence/ +MinOSVersion: 10.0.0.0 +Description: Open Source administration and development platform for PostgreSQL +Homepage: https://www.pgadmin.org/ +Tags: "pgsql, sql, postgre" +InstallerType: exe +Installers: + - Arch: x86 + Url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.23/windows/pgadmin4-4.23-x86.exe + Sha256: 78bc8d816426ca23773c8cd3cd36a05e976d0613908a218d742094cf5ac53ed3 + Switches: + Silent: /verysilent + SilentWithProgress: /verysilent +