summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2021-03-23 12:50:29 +0100
committerMichael Düll2021-03-23 12:50:29 +0100
commit39618a9a1fc854e99e0a22c7942c401919d4d889 (patch)
tree9d74745d996c2198685d881ad83394d1e885e3b8
parentbadaa18f5489a9725b6e7eb350818be116297ad1 (diff)
downloadaur-39618a9a1fc854e99e0a22c7942c401919d4d889.tar.gz
0.31.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ce2b0453efd..75c67bdace0c 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.1
+ pkgver = 0.31.2
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -12,8 +12,8 @@ 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.1.tar.xz
- b2sums = 0e9b1acf5f784c28c3c80c9b391d69b619c0b2054ec9c73ed8425c8a0fe4211d1559bd399bb63f61937d4ba8cf94f10656a2863383688d00f737de403dedcebd
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.31.2.tar.xz
+ b2sums = a05ef8a665d50b0f9637b1bc7026f0ca0f8364377b4165dae09cd27790dc139aaea1096a54719d948adda5050f91580650bf58db70a086cfdd14b73559fad9f3
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 920abffe37ab..29b7daa2114a 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.1
+pkgver=0.31.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
}
-b2sums=('0e9b1acf5f784c28c3c80c9b391d69b619c0b2054ec9c73ed8425c8a0fe4211d1559bd399bb63f61937d4ba8cf94f10656a2863383688d00f737de403dedcebd')
+b2sums=('a05ef8a665d50b0f9637b1bc7026f0ca0f8364377b4165dae09cd27790dc139aaea1096a54719d948adda5050f91580650bf58db70a086cfdd14b73559fad9f3')