Skip to content

Commit

Permalink
Merge pull request #1292 from chef/rhass/upgrade_postgres
Browse files Browse the repository at this point in the history
Upgrade PostgreSQL to 9.2.21
  • Loading branch information
srenatus authored Jun 12, 2017
2 parents 2814658 + 8f9c5f1 commit 4072501
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions omnibus/config/software/postgresql92.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#1
# Copyright 2012-2016 Chef Software, Inc.
#
# Copyright 2012-2017 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,14 +15,14 @@
#

name "postgresql92"
default_version "9.2.15"
default_version "9.2.21"

license "PostgreSQL"
license_file "COPYRIGHT"
skip_transitive_dependency_licensing true

source url: "https://ftp.postgresql.org/pub/source/v9.2.15/postgresql-9.2.15.tar.bz2",
md5: "235b4fc09eff4569a7972be65c449ecc"
source url: "https://ftp.postgresql.org/pub/source/v9.2.21/postgresql-9.2.21.tar.bz2",
sha256: "0697e843523ee60c563f987f9c65bc4201294b18525d6e5e4b2c50c6d4058ef9"

dependency "zlib"
dependency "openssl"
Expand All @@ -31,7 +31,7 @@
dependency "libossp-uuid"
dependency "config_guess"

relative_path "postgresql-9.2.15"
relative_path "postgresql-9.2.21"

build do
env = with_standard_compiler_flags(with_embedded_path)
Expand Down

0 comments on commit 4072501

Please sign in to comment.