summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2025-02-21 13:50:37 +0700
committerKonstantin Shalygin2025-02-21 13:50:37 +0700
commit380ce3a27658b448f678049ab5eff9890e9bbc83 (patch)
treea7c157bc02e0c2130b4787930fb0e0102da97830
parent6ae21e397025a197d140b1fa2c7d92228cb08629 (diff)
downloadaur-barman.tar.gz
Bump to 3.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa52bd994e5..562e2488a5ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = barman
pkgdesc = Backup and recovery manager for PostgreSQL
- pkgver = 3.12.1
+ pkgver = 3.13.0
pkgrel = 1
url = https://www.pgbarman.org/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = barman
depends = python-argcomplete
optdepends = python-boto3
optdepends = python-botocore
- source = https://github.com/EnterpriseDB/barman/archive/refs/tags/release/3.12.1.tar.gz
+ source = https://github.com/EnterpriseDB/barman/archive/refs/tags/release/3.13.0.tar.gz
source = barman.crond
source = barman.logrotate
- sha256sums = aae83ea3ff91ac97b7255754b54ec73fa9b8c6aff666006dc4177d65db16ed06
+ sha256sums = 2a135e32807ddaa50b0081534dc15e39f0cdd9cbe639c923a56d321106dbf01c
sha256sums = 43e90f39b167b682aa98e753c1803cf6244ba6c1eeb5738270fcb47837c25147
sha256sums = 723ba6c8ddce9284d48243787e6d24c40db98933f28bf6a79ce53a2c15bb261c
diff --git a/PKGBUILD b/PKGBUILD
index c65a3f82ade8..bc89951da196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='barman'
-pkgver='3.12.1'
+pkgver='3.13.0'
pkgrel='1'
pkgdesc="Backup and recovery manager for PostgreSQL"
arch=('x86_64' 'aarch64')
@@ -16,7 +16,7 @@ optdepends=('python-boto3' 'python-botocore')
source=("https://github.com/EnterpriseDB/${pkgname}/archive/refs/tags/release/${pkgver}.tar.gz"
"${pkgname}.crond"
"${pkgname}.logrotate")
-sha256sums=('aae83ea3ff91ac97b7255754b54ec73fa9b8c6aff666006dc4177d65db16ed06'
+sha256sums=('2a135e32807ddaa50b0081534dc15e39f0cdd9cbe639c923a56d321106dbf01c'
'43e90f39b167b682aa98e753c1803cf6244ba6c1eeb5738270fcb47837c25147'
'723ba6c8ddce9284d48243787e6d24c40db98933f28bf6a79ce53a2c15bb261c')