summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2021-08-31 09:26:53 +0200
committerMichael Düll2021-08-31 09:26:53 +0200
commit05258d7a3e266605fdded97d51285947b5e5b3d0 (patch)
tree52aec9394642775fbfe0086a6cc67f2b65024b52
parent39618a9a1fc854e99e0a22c7942c401919d4d889 (diff)
downloadaur-05258d7a3e266605fdded97d51285947b5e5b3d0.tar.gz
Updated to 0.31.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c67bdace0c..851d97a7c776 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.31.2
+ pkgver = 0.31.3
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -12,8 +12,7 @@ pkgbase = btrbk
optdepends = mbuffer: --progress support and add buffering to send-stream
conflicts = btrbk-git
options = !makeflags
- source = https://digint.ch/download/btrbk/releases/btrbk-0.31.2.tar.xz
- b2sums = a05ef8a665d50b0f9637b1bc7026f0ca0f8364377b4165dae09cd27790dc139aaea1096a54719d948adda5050f91580650bf58db70a086cfdd14b73559fad9f3
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.31.3.tar.xz
+ b2sums = 7f78d00815259e42bb3fd16ee48272717fe57913b7af83ca8a98f1dfd0de715cbf8b07177ea60b5b8bdcb9793ee0d5829b90b8327cd4810f6275611276a6e707
pkgname = btrbk
-
diff --git a/PKGBUILD b/PKGBUILD
index 29b7daa2114a..5d57cb929d33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell < mail at akurei dot me >
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.31.2
+pkgver=0.31.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
}
-b2sums=('a05ef8a665d50b0f9637b1bc7026f0ca0f8364377b4165dae09cd27790dc139aaea1096a54719d948adda5050f91580650bf58db70a086cfdd14b73559fad9f3')
+b2sums=('7f78d00815259e42bb3fd16ee48272717fe57913b7af83ca8a98f1dfd0de715cbf8b07177ea60b5b8bdcb9793ee0d5829b90b8327cd4810f6275611276a6e707')