From 79d87eb63d2a817d578248326d7204694964b9c5 Mon Sep 17 00:00:00 2001 From: James <49045138+ghidracadabra@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:08:52 +0000 Subject: [PATCH] GP-0 fixed postgres version in make-postgres.sh comments --- Ghidra/Features/BSim/support/make-postgres.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ghidra/Features/BSim/support/make-postgres.sh b/Ghidra/Features/BSim/support/make-postgres.sh index 7a295b2adc..a2ab060f69 100755 --- a/Ghidra/Features/BSim/support/make-postgres.sh +++ b/Ghidra/Features/BSim/support/make-postgres.sh @@ -18,11 +18,11 @@ # This script builds the postgresql server and BSim extension within a # GHIDRA installation. # -# The PostgreSQL source distribution file postgresql-15.10.tar.gz must +# The PostgreSQL source distribution file postgresql-15.13.tar.gz must # be placed in the BSim module directory prior to running this script. # This file can be downloaded directly from the PostgreSQL website at: # -# https://www.postgresql.org/ftp/source/v15.10 +# https://www.postgresql.org/ftp/source/v15.13 # # Within development environments, this script will first check the # ghidra.bin repo for this source file.