summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2023-01-17 08:51:35 +0100
committerMichael Düll2023-01-17 08:51:35 +0100
commit9f2b9506cef6a5344e4496650c8c5ad65454a48c (patch)
tree6f2672f99667e085d0b58f73b3efd81df43b0117
parentea777f579d342d4677ba453ccc475dc85d54caf3 (diff)
downloadaur-9f2b9506cef6a5344e4496650c8c5ad65454a48c.tar.gz
Upgrade
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea71a5ee12a..13de16c00018 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.4
+ pkgver = 0.32.5
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -11,7 +11,7 @@ pkgbase = btrbk
optdepends = openssh: remote backup support,
optdepends = mbuffer: --progress support and add buffering to send-stream
optdepends = sudo: support for the btrfs-progs-sudo backend
- source = https://digint.ch/download/btrbk/releases/btrbk-0.32.4.tar.xz
- b2sums = e76a0b6ed8d54f97fa0ac2dad139891ae0f9450095e08d560f5a62ad28e3cc2e39da0a3a094ca841c5debbe9d34ca1cb3930cb3a16877b1547fb81f9c5e7e244
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.32.5.tar.xz
+ b2sums = 036a2b5c31a308dbc1efc7a27211f89dfc07bcfcead49deb68a2e8313aec9539483ef3a91481f4ebaa9d2b4817b202ced1945a30ed7fc9b51f1336878b2f17d7
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index ec358fda57b5..2ca65b752d6c 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.4
+pkgver=0.32.5
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"
@@ -19,4 +19,4 @@ package() {
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-b2sums=('e76a0b6ed8d54f97fa0ac2dad139891ae0f9450095e08d560f5a62ad28e3cc2e39da0a3a094ca841c5debbe9d34ca1cb3930cb3a16877b1547fb81f9c5e7e244')
+b2sums=('036a2b5c31a308dbc1efc7a27211f89dfc07bcfcead49deb68a2e8313aec9539483ef3a91481f4ebaa9d2b4817b202ced1945a30ed7fc9b51f1336878b2f17d7')