diff --git a/dev-db/pg_repack/Manifest b/dev-db/pg_repack/Manifest index 86d75afc32..88df276958 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 similarity index 86% rename from dev-db/pg_repack/pg_repack-1.4.7.ebuild rename to dev-db/pg_repack/pg_repack-1.4.8.ebuild index e733761b24..c74cf087ca 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