summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2022-02-09 12:43:29 +0100
committerMichael Düll2022-02-09 12:43:29 +0100
commitf473b61072dfe74ad066dba35d88dd86e04bb3ff (patch)
treef580145d7ba2a19e03aac9afab24dc879cb94015
parent05258d7a3e266605fdded97d51285947b5e5b3d0 (diff)
downloadaur-f473b61072dfe74ad066dba35d88dd86e04bb3ff.tar.gz
Update to 0.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 851d97a7c776..751c6cb949ab 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.3
+ pkgver = 0.32.0
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.31.3.tar.xz
- b2sums = 7f78d00815259e42bb3fd16ee48272717fe57913b7af83ca8a98f1dfd0de715cbf8b07177ea60b5b8bdcb9793ee0d5829b90b8327cd4810f6275611276a6e707
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.32.0.tar.xz
+ b2sums = d9627d0f0a258bba9412b37707c3e79ca8a65870148aa27f38e615c90d0e26adfc5ecf697cc34052916127a0a26be850f5874ff52ab6cb193093d591cb05dab1
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 5d57cb929d33..7c12cb4396b3 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.3
+pkgver=0.32.0
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=('7f78d00815259e42bb3fd16ee48272717fe57913b7af83ca8a98f1dfd0de715cbf8b07177ea60b5b8bdcb9793ee0d5829b90b8327cd4810f6275611276a6e707')
+b2sums=('d9627d0f0a258bba9412b37707c3e79ca8a65870148aa27f38e615c90d0e26adfc5ecf697cc34052916127a0a26be850f5874ff52ab6cb193093d591cb05dab1')