pgbackrest: update to 2.55.1.

This commit is contained in:
Anachron 2025-06-19 21:09:19 +02:00 committed by Duncan Overbruck
parent ba648550e4
commit 75687fb731

View file

@ -1,19 +1,20 @@
# Template file for 'pgbackrest'
pkgname=pgbackrest
version=2.54.2
version=2.55.1
revision=1
build_wrksrc="src"
build_style=gnu-configure
build_style=meson
build_helper=qemu
meson_builddir="src/build"
hostmakedepends="perl pkg-config"
makedepends="openssl-devel libxml2-devel perl postgresql-libs-devel zlib-devel libyaml-devel bzip2-devel"
makedepends="openssl-devel libxml2-devel liblz4-devel perl postgresql-libs-devel
zlib-devel libyaml-devel bzip2-devel"
short_desc="Reliable PostgreSQL Backup & Restore"
maintainer="Anachron <gith@cron.world>"
license="MIT"
homepage="http://www.pgbackrest.org/"
distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
checksum=f4d21dd8079c0c5255122530b166bebbf48b3d4361b14d6094197809ffb48f98
nocross="configure runs perl for cflags/flags tied to wrong arch"
checksum=5f050ad751feb5b506cf3c58a5cf1674a7b502328abcb50b37756175f80990e9
post_install() {
vlicense ../LICENSE
vlicense LICENSE
}