Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 90892f3

Browse files
Justin IsoKSerrania
authored andcommitted
bump postgres version
1 parent 0102d7c commit 90892f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/software/postgresql.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
name "postgresql"
19-
default_version "9.4.25"
19+
default_version "9.6.24"
2020

2121
dependency "zlib"
2222
dependency "openssl" # openssl >= 1.1 is compatible with postgresql >=9.4
@@ -41,6 +41,10 @@
4141
source sha256: "cb98afaef4748de76c13202c14198e3e4717adde49fd9c90fdc81da877520928"
4242
end
4343

44+
version "9.6.24" do
45+
source sha256: "52947ecc119846eace5164399d173576c0d4a47ec116ae58a46a8fd0c576c7c3"
46+
end
47+
4448
source url: "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"
4549
relative_path "postgresql-#{version}"
4650

0 commit comments

Comments
 (0)