mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pgbackrest: update to 2.54.1.
This commit is contained in:
parent
2a518f7e4c
commit
594e5ab858
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'pgbackrest'
|
# Template file for 'pgbackrest'
|
||||||
pkgname=pgbackrest
|
pkgname=pgbackrest
|
||||||
version=2.26
|
version=2.54.1
|
||||||
revision=4
|
revision=1
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="openssl-devel libxml2-devel perl postgresql-libs-devel zlib-devel"
|
makedepends="openssl-devel libxml2-devel perl postgresql-libs-devel zlib-devel libyaml-devel bzip2-devel"
|
||||||
short_desc="Reliable PostgreSQL Backup & Restore"
|
short_desc="Reliable PostgreSQL Backup & Restore"
|
||||||
maintainer="Anachron <gith@cron.world>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.pgbackrest.org/"
|
homepage="http://www.pgbackrest.org/"
|
||||||
distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
|
distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
|
||||||
checksum=f02e934627ea8ed425cea31a6ce57c30d0bb07d6639873983ccb14d7096d49ad
|
checksum=33244127a341d54ebe6a9d2e13f7b313dbf80d4fd99eae998ca28572bd5cc622
|
||||||
nocross="configure runs perl for cflags/flags tied to wrong arch"
|
nocross="configure runs perl for cflags/flags tied to wrong arch"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue