diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-02-01 10:08:35 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-02-01 10:08:50 +0100 |
commit | 7e2925d25cf2f40fe9a17ea1a18bb242cad854c3 (patch) | |
tree | 8742300dd313cd68c4f383002c89035664bbad68 /dev-db | |
parent | games-action/ddnet: add 16.7.2, drop 16.6 (diff) | |
download | guru-7e2925d25cf2f40fe9a17ea1a18bb242cad854c3.tar.gz guru-7e2925d25cf2f40fe9a17ea1a18bb242cad854c3.tar.bz2 guru-7e2925d25cf2f40fe9a17ea1a18bb242cad854c3.zip |
dev-db/pg_repack: add 1.4.8, drop 1.4.7
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pg_repack/Manifest | 2 | ||||
-rw-r--r-- | dev-db/pg_repack/pg_repack-1.4.8.ebuild (renamed from dev-db/pg_repack/pg_repack-1.4.7.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pg_repack/Manifest b/dev-db/pg_repack/Manifest index 86d75afc3..88df27695 100644 --- a/dev-db/pg_repack/Manifest +++ b/dev-db/pg_repack/Manifest @@ -1 +1 @@ -DIST pg_repack-1.4.7.tar.gz 95343 BLAKE2B 70c822901646c3f425257ac56052470537083792d96f5bc8fd87a65e8f70f1afd66366edae0f723e258af140a82ae154502f7d21799a72cb2fc10453abbb16ac SHA512 bdcc61fa8ee8d8868d33aa308311e2f7029f8cb8f6d6627e36303ba36e8e7cef31cbb5a665029d63072fb5ea0983e9310b29055d98fceb0c18c5838bdc8bc50c +DIST pg_repack-1.4.8.tar.gz 95801 BLAKE2B 108e6910f7beb41b6183ca471de3aae2d26a0d3e2ab3da816fa5d1aed71b45d158e5c97873a578726b0cb71802e7b3e1d147515b2272d536be1642d1ef903472 SHA512 9854a979aa9056b7c49d52e22622b8faf91cdf4acdb6551044d25733848c2c07b95166a464769da23e0174a63f2b132aa58ba6d6f9b596d1fb95f29098ac3968 diff --git a/dev-db/pg_repack/pg_repack-1.4.7.ebuild b/dev-db/pg_repack/pg_repack-1.4.8.ebuild index e733761b2..c74cf087c 100644 --- a/dev-db/pg_repack/pg_repack-1.4.7.ebuild +++ b/dev-db/pg_repack/pg_repack-1.4.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -POSTGRES_COMPAT=( 9.6 10 11 12 13 14 ) +POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 ) POSTGRES_USEDEP="server" inherit postgres-multi |