summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharpe2020-07-21 18:22:22 -0700
committerJeff Sharpe2020-07-21 18:22:22 -0700
commit34141ffb2d9f6b2973f5f2fbd8ab6803a3ca1c23 (patch)
tree520c2e6fac69a56417ba7c875ca2ce32ea9b4e07
parentf7ae7af4eb5f56a4280439fa577bf39b671cbf83 (diff)
downloadaur-34141ffb2d9f6b2973f5f2fbd8ab6803a3ca1c23.tar.gz
Upgrading to 2.11
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86c2600c0d7d..b1df82bd442e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = barman
pkgdesc = Backup and recovery manager for PostgreSQL
- pkgver = 2.10
+ pkgver = 2.11
pkgrel = 1
url = http://www.pgbarman.org
arch = x86_64
@@ -14,13 +14,13 @@ pkgbase = barman
depends = python-argcomplete
provides = barman
options = !emptydirs
- source = http://sourceforge.net/projects/pgbarman/files/2.10/barman-2.10.tar.gz
+ source = http://sourceforge.net/projects/pgbarman/files/2.11/barman-2.11.tar.gz
source = barman.crond
source = barman.logrotate
source = passive-server.conf-template
source = ssh-server.conf-template
source = streaming-server.conf-template
- md5sums = 6ae19fc6cd493b296f7b8514992440d9
+ md5sums = 1fbb4e10b09be50b25e2ab0efacbd7c4
md5sums = 0e48345895f88b3939543c00928a199b
md5sums = 58c5b20b8e1272ab4ce46757f6613e0d
md5sums = b43254374978938f7d21035a3356b531
diff --git a/.gitignore b/.gitignore
index 0fbf3b8a15b4..ce5c05e0ac58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
pkg/
src/
*.pkg.tar.xz
+*.pkg.tar.zst
*.tar.gz
tags
diff --git a/PKGBUILD b/PKGBUILD
index a2cc19359fdf..414a10cce2f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=barman
_realname=barman
-pkgver=2.10
+pkgver=2.11
pkgrel=1
pkgdesc="Backup and recovery manager for PostgreSQL"
arch=('x86_64')
@@ -24,7 +24,7 @@ source=(
streaming-server.conf-template
)
-md5sums=('6ae19fc6cd493b296f7b8514992440d9'
+md5sums=('1fbb4e10b09be50b25e2ab0efacbd7c4'
'0e48345895f88b3939543c00928a199b'
'58c5b20b8e1272ab4ce46757f6613e0d'
'b43254374978938f7d21035a3356b531'