package/postgresql: bump version to 12.1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 15 Nov 2019 18:08:31 +0000 (19:08 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 23 Nov 2019 08:41:15 +0000 (09:41 +0100)
Release notes of the bugfix release:
https://www.postgresql.org/about/news/1994/
https://www.postgresql.org/docs/current/release-12-1.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 7a709f77c8099af97ed532ff4bd8c0cfdc26df09)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index 3230818faca180a5f6e4591b3b350343523bde8d..5acdc957f26348653cb474eee24e83b9a41b76bc 100644 (file)
@@ -1,7 +1,7 @@
-# From https://ftp.postgresql.org/pub/source/v12.0/postgresql-12.0.tar.bz2.md5
-md5 87545416ef021eee8621d31a93fcc899  postgresql-12.0.tar.bz2
-# From https://ftp.postgresql.org/pub/source/v12.0/postgresql-12.0.tar.bz2.sha256
-sha256 cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6  postgresql-12.0.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.bz2.md5
+md5 2ee1bd4ec5f49363a3f456f07e599b41  postgresql-12.1.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.bz2.sha256
+sha256 a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed  postgresql-12.1.tar.bz2
 
 # License file, Locally calculated
 sha256 c4c86d683970b22b9fab53320ee1b3a30ef4e8223122b4fb6be53ea62ecee8b3  COPYRIGHT
index 58f829ee0065c7abc2c83d2d8e0e3d9e4e7df36e..858cd6975e8ecd2bdb4656abc87f499f267b22e7 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 12.0
+POSTGRESQL_VERSION = 12.1
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL