summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2019-07-29 08:26:57 +0200
committerMichael Düll2019-07-29 08:26:57 +0200
commit0b977e1823295514181a56b93d57cf16f22602b9 (patch)
tree72a3da7b7714e01504bd8e4d3e6cc89692b57ff0
parenta3cc57ade6df6262025fe25a735d7215456dae8f (diff)
downloadaur-0b977e1823295514181a56b93d57cf16f22602b9.tar.gz
0.28.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71d74b80c74b..7990cf1f078a 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.2
+ pkgver = 0.28.3
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.2.tar.xz
- sha384sums = 89a1e85c126e2c188e76811a4afb3eee640a61984f102bcf5aa7d1a3b2b334ebf904f0979b401935bff98ddeefac042d
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.28.3.tar.xz
+ sha384sums = 5bbbb59ba1445aee4b0f4c4e64ee23186cc2b3c7f8a4ca280f047303aac7a208f8216e8a799556313eb94a136ce8fd1d
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index b8f5c1386c0d..2f8dd2a5f269 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.2
+pkgver=0.28.3
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=('89a1e85c126e2c188e76811a4afb3eee640a61984f102bcf5aa7d1a3b2b334ebf904f0979b401935bff98ddeefac042d')
+sha384sums=('5bbbb59ba1445aee4b0f4c4e64ee23186cc2b3c7f8a4ca280f047303aac7a208f8216e8a799556313eb94a136ce8fd1d')