summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2022-03-01 12:23:26 +0100
committerMichael Düll2022-03-01 12:23:26 +0100
commitf0f5e498f067d2a89bbc7a9ec4c54751638279eb (patch)
tree186df973cbf05ed9044c40605975df5781c9216c
parentf473b61072dfe74ad066dba35d88dd86e04bb3ff (diff)
downloadaur-f0f5e498f067d2a89bbc7a9ec4c54751638279eb.tar.gz
0.32.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 751c6cb949ab..0cccbd9705ca 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.32.0
+ pkgver = 0.32.1
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -12,7 +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.32.0.tar.xz
- b2sums = d9627d0f0a258bba9412b37707c3e79ca8a65870148aa27f38e615c90d0e26adfc5ecf697cc34052916127a0a26be850f5874ff52ab6cb193093d591cb05dab1
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.32.1.tar.xz
+ b2sums = 5d2860e182701ba6c407b9d0f41e476442bdf0ebc8491c3fa944860228d087d6bbe13084a4e950a24fc6ea1e251e2c4c6cbf17e9e3a4cb4f3f9b7ea9b85b2c11
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 7c12cb4396b3..926e99ff3cb3 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.32.0
+pkgver=0.32.1
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=('d9627d0f0a258bba9412b37707c3e79ca8a65870148aa27f38e615c90d0e26adfc5ecf697cc34052916127a0a26be850f5874ff52ab6cb193093d591cb05dab1')
+b2sums=('5d2860e182701ba6c407b9d0f41e476442bdf0ebc8491c3fa944860228d087d6bbe13084a4e950a24fc6ea1e251e2c4c6cbf17e9e3a4cb4f3f9b7ea9b85b2c11')