From 6406174a390b3b6332dbbd12877301d67a73bfdc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:07:16 +0100 Subject: [PATCH] feat: bump pgbouncer from 1.23.1 to 1.24.0 (#2060) --- .metwork-framework/components.md | 2 +- layers/layer1_scientific_core/0009_pgbouncer/Makefile.mk | 4 ++-- layers/layer1_scientific_core/0009_pgbouncer/sources | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 90e50486..ab0de842 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -179,7 +179,7 @@ | [pexpect](https://pexpect.readthedocs.io/) | 4.8.0 | python3 | | [pg_partman](https://github.com/pgpartman/pg_partman) | 4.5.1 | scientific_core | | [pg_uuidv7](https://pgxn.org/dist/pg_uuidv7/) | 1.6.0 | scientific_core | -| [pgbouncer](https://www.pgbouncer.org/) | 1.23.1 | scientific_core | +| [pgbouncer](https://www.pgbouncer.org/) | 1.24.0 | scientific_core | | [pickleshare](https://github.com/pickleshare/pickleshare) | 0.7.5 | python3 | | [pika](https://pika.readthedocs.io) | 1.3.2 | python3 | | [pip](https://pip.pypa.io/) | 24.3.1 | python3_core | diff --git a/layers/layer1_scientific_core/0009_pgbouncer/Makefile.mk b/layers/layer1_scientific_core/0009_pgbouncer/Makefile.mk index 73ba7a04..0e6367d0 100644 --- a/layers/layer1_scientific_core/0009_pgbouncer/Makefile.mk +++ b/layers/layer1_scientific_core/0009_pgbouncer/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include ../../package.mk export NAME=pgbouncer -export VERSION=1.23.1 +export VERSION=1.24.0 export EXTENSION=tar.gz export CHECKTYPE=MD5 -export CHECKSUM=44c0756d2f42ed31ee77383f59de6144 +export CHECKSUM=456de5f61ca805c5df7ebab39a6f1298 DESCRIPTION=\ PGBOUNCER is a lightweight connection pooler for PostgreSQL WEBSITE=https://www.pgbouncer.org/ diff --git a/layers/layer1_scientific_core/0009_pgbouncer/sources b/layers/layer1_scientific_core/0009_pgbouncer/sources index c79fbbb6..0b12533c 100644 --- a/layers/layer1_scientific_core/0009_pgbouncer/sources +++ b/layers/layer1_scientific_core/0009_pgbouncer/sources @@ -1 +1 @@ -https://www.pgbouncer.org/downloads/files/1.23.1/pgbouncer-1.23.1.tar.gz +https://www.pgbouncer.org/downloads/files/1.24.0/pgbouncer-1.24.0.tar.gz