diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-10-21 00:10:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-21 16:34:37 +0200 |
commit | 49b9ec7d1c87c63873806bbe8b494d3b1ca99fe1 (patch) | |
tree | 4a6593f5d9a42333cd5e9b1f0efbb7b597396ff8 /package/postgresql/postgresql.hash | |
parent | c500ac897c4b887b7e673bf8fa612ff1143071e7 (diff) | |
download | buildroot-49b9ec7d1c87c63873806bbe8b494d3b1ca99fe1.tar.gz buildroot-49b9ec7d1c87c63873806bbe8b494d3b1ca99fe1.zip |
package/postgresql: bump version to 11.0
Release notes: https://www.postgresql.org/about/news/1894/
Added md5 hash provided by upstream.
To fix build errors "MAKELEVEL=0" is required by upstream in MAKE_OPTS:
https://www.postgresql-archive.org/BUG-15407-minor-build-depends-on-MAKELEVEL-being-0-at-top-Makefile-td6047685.html#a6047709
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Thomas: add a comment in the .mk file about MAKELEVEL=0]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/postgresql/postgresql.hash')
-rw-r--r-- | package/postgresql/postgresql.hash | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash index a9cc93c76c..40c128c221 100644 --- a/package/postgresql/postgresql.hash +++ b/package/postgresql/postgresql.hash @@ -1,5 +1,7 @@ -# From https://ftp.postgresql.org/pub/source/v10.5/postgresql-10.5.tar.bz2.sha256 -sha256 6c8e616c91a45142b85c0aeb1f29ebba4a361309e86469e0fb4617b6a73c4011 postgresql-10.5.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v11.0/postgresql-11.0.tar.bz2.md5 +md5 338ede84c0443db02ff6e8c4c8cbc5e9 postgresql-11.0.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v11.0/postgresql-11.0.tar.bz2.sha256 +sha256 bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b postgresql-11.0.tar.bz2 # License file, Locally calculated sha256 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e COPYRIGHT |