From 0b68e24a863adeefc8c64ec3daebb62dbf3dfd64 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 28 Apr 2023 12:23:34 +0400 Subject: [PATCH] Bring in postgresql 13 as 10 is eol --- asigra.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/asigra.json b/asigra.json index 2993bbd..f2ac9fb 100644 --- a/asigra.json +++ b/asigra.json @@ -3,10 +3,10 @@ "release": "11.3-RELEASE", "artifact": "https://github.com/ix-plugin-hub/iocage-plugin-asigra.git", "pkgs": [ - "postgresql10-server", - "postgresql10-client", - "postgresql10-contrib", - "postgresql10-plpython", + "postgresql13-server", + "postgresql13-client", + "postgresql13-contrib", + "postgresql13-plpython", "ca_root_nss", "nss_ldap", "pam_ldap",