From 66c868abd0abb9e283fc0f327dfb95f6ba579415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 7 Feb 2023 14:19:48 +0100 Subject: [PATCH] [dev-db/timescaledb] bump, now compatible with zabbix --- dev-db/timescaledb/Manifest | 2 +- .../{timescaledb-2.8.1.ebuild => timescaledb-2.9.3.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-db/timescaledb/{timescaledb-2.8.1.ebuild => timescaledb-2.9.3.ebuild} (94%) diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest index 36c0291..61a4453 100644 --- a/dev-db/timescaledb/Manifest +++ b/dev-db/timescaledb/Manifest @@ -1 +1 @@ -DIST timescaledb-2.8.1.tar.gz 6789998 BLAKE2B 63684a5e18bf6104700bb0d78f5fb16bad35627160e1b96f1688b6b1065da9fd03377d5e56e4832da2e04879bbf416d31587bcc27e9b5a01b635a963515f60ef SHA512 69dfea5874d5c1ca8fef1382b8fc49d709a09908009fe38fe4ae44bebdae701615e3cbeb2f3ecd2044babd1a7c6ff255f96fa31f94f84293cfba942542775c54 +DIST timescaledb-2.9.3.tar.gz 7269123 BLAKE2B 009f3b9787e4dce49abb50a446b88f5a37ab9b1a3abb040fe5d332ab10d5a40e13fae7985fca6f6d412f7e555ab1833f83ce0c43bbda7054f668fa12288eac18 SHA512 0664ccc6e6846500757466646e2c8a9bdbdca079bd931cc95ad8ea687f37b099d846cf8cc8311f928a33d9228592e460b6fe331a639046bc845a25b4a7d914c6 diff --git a/dev-db/timescaledb/timescaledb-2.8.1.ebuild b/dev-db/timescaledb/timescaledb-2.9.3.ebuild similarity index 94% rename from dev-db/timescaledb/timescaledb-2.8.1.ebuild rename to dev-db/timescaledb/timescaledb-2.9.3.ebuild index 130f3c5..91c0281 100644 --- a/dev-db/timescaledb/timescaledb-2.8.1.ebuild +++ b/dev-db/timescaledb/timescaledb-2.9.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -POSTGRES_COMPAT=( {12..14} ) +POSTGRES_COMPAT=( {12..15} ) POSTGRES_USEDEP="ssl" inherit cmake postgres-multi