gnucash-on-flatpak master: Update postgresql to 13.3

Frank H.Ellenberger fell at code.gnucash.org
Wed Jun 16 21:23:31 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/9aef7457 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/1a5d5418 (commit)



commit 9aef7457351913bba1fce35a22ca5d4751079a41
Author: Dennis M. Pöpperl <free-software at dm-poepperl.de>
Date:   Fri Jun 11 16:51:03 2021 +0200

    Update postgresql to 13.3
    
    This enables SCRAM authentication.

diff --git a/modules/postgresql.json b/modules/postgresql.json
index 3df47d2..48c3b24 100644
--- a/modules/postgresql.json
+++ b/modules/postgresql.json
@@ -13,8 +13,8 @@
     "sources": [
         {
             "type": "archive",
-            "url": "https://ftp.postgresql.org/pub/source/v9.6.8/postgresql-9.6.8.tar.bz2",
-            "sha256": "eafdb3b912e9ec34bdd28b651d00226a6253ba65036cb9a41cad2d9e82e3eb70"
+            "url": "https://ftp.postgresql.org/pub/source/v13.3/postgresql-13.3.tar.bz2",
+            "sha256": "3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1"
         }
     ]
 }



Summary of changes:
 modules/postgresql.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list