summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharpe2021-10-13 11:58:23 -0700
committerJeff Sharpe2021-10-13 11:58:23 -0700
commitb7945092f11bbe072d7de3181d43f06ced6d048e (patch)
treee6f3a257912d34291d8b74a54547d82305343ae3
parentb5f76df79630d4f91c0d59f6a2a102fcc5108823 (diff)
downloadaur-b7945092f11bbe072d7de3181d43f06ced6d048e.tar.gz
Upgrading to 2.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f64ebb96b7a3..17c93dcf045f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = barman
pkgdesc = Backup and recovery manager for PostgreSQL
- pkgver = 2.14
+ pkgver = 2.15
pkgrel = 1
url = http://www.pgbarman.org
arch = x86_64
@@ -14,13 +14,13 @@ pkgbase = barman
depends = python-argcomplete
provides = barman
options = !emptydirs
- source = https://github.com/EnterpriseDB/barman/releases/download/release/2.14/barman-2.14.tar.gz
+ source = https://github.com/EnterpriseDB/barman/releases/download/release/2.15/barman-2.15.tar.gz
source = barman.crond
source = barman.logrotate
source = passive-server.conf-template
source = ssh-server.conf-template
source = streaming-server.conf-template
- md5sums = 508787bcdcd3e99fb8754d86b8d62c86
+ md5sums = 60033b2ae7e46b2ae242d9eb1350e439
md5sums = 0e48345895f88b3939543c00928a199b
md5sums = 58c5b20b8e1272ab4ce46757f6613e0d
md5sums = b43254374978938f7d21035a3356b531
diff --git a/PKGBUILD b/PKGBUILD
index c4fc0640b8e4..f5ccb87f15f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=barman
_realname=barman
-pkgver=2.14
+pkgver=2.15
pkgrel=1
pkgdesc="Backup and recovery manager for PostgreSQL"
arch=('x86_64')
@@ -24,13 +24,14 @@ source=(
streaming-server.conf-template
)
-md5sums=('508787bcdcd3e99fb8754d86b8d62c86'
+md5sums=('60033b2ae7e46b2ae242d9eb1350e439'
'0e48345895f88b3939543c00928a199b'
'58c5b20b8e1272ab4ce46757f6613e0d'
'b43254374978938f7d21035a3356b531'
'a98247fde653192d5587fff0c2b7b5fe'
'6dda5a4abca99443e8956ffa719d0ce0')
+
package()
{
cd "${srcdir}/barman-${pkgver}"