summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2019-05-24 17:11:12 +0200
committerMichael Düll2019-05-24 17:11:12 +0200
commita3cc57ade6df6262025fe25a735d7215456dae8f (patch)
tree65b57df8f181343c32d0079c33f7b999fafdcfaf
parent5d26b2c5efeb3ead56c5aee36da7b786a231a0ec (diff)
downloadaur-a3cc57ade6df6262025fe25a735d7215456dae8f.tar.gz
0.28.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6042c3960f56..71d74b80c74b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = btrbk
pkgdesc = Backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations
- pkgver = 0.28.1
+ pkgver = 0.28.2
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -12,8 +12,8 @@ pkgbase = btrbk
optdepends = pv: --progress support,
optdepends = mbuffer: add buffering to send-stream
conflicts = btrbk-git
- source = https://digint.ch/download/btrbk/releases/btrbk-0.28.1.tar.xz
- sha384sums = 68988afc3e10b3fb85c51e6fa845f700380f18556d59629bc4ced1306c010d538449c1f2550aefe8f1b9cd21e99593cf
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.28.2.tar.xz
+ sha384sums = 89a1e85c126e2c188e76811a4afb3eee640a61984f102bcf5aa7d1a3b2b334ebf904f0979b401935bff98ddeefac042d
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 1c0cec041b68..b8f5c1386c0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.28.1
+pkgver=0.28.2
pkgrel=1
pkgdesc="Backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations"
url="https://digint.ch/btrbk"
@@ -20,4 +20,4 @@ package() {
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('68988afc3e10b3fb85c51e6fa845f700380f18556d59629bc4ced1306c010d538449c1f2550aefe8f1b9cd21e99593cf')
+sha384sums=('89a1e85c126e2c188e76811a4afb3eee640a61984f102bcf5aa7d1a3b2b334ebf904f0979b401935bff98ddeefac042d')