summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2022-08-23 11:16:47 +0200
committerMichael Düll2022-08-23 11:16:47 +0200
commitea777f579d342d4677ba453ccc475dc85d54caf3 (patch)
treee949744e2148c275f42e8c464cbbf1c6daad3807
parent8e3dda6ab032d96ea43f4866bec69ef4aa58abab (diff)
downloadaur-ea777f579d342d4677ba453ccc475dc85d54caf3.tar.gz
0.32.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 430f30e4bb9e..eea71a5ee12a 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.3
+ pkgver = 0.32.4
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.3.tar.xz
- b2sums = f0e389891bfdfa961187505548ec5139aa8967932d2fcca43c151c8ca25664c30af96f0f52531507e7c838ca3df16f371f7419df226283734fee23f6af56b3cf
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.32.4.tar.xz
+ b2sums = e76a0b6ed8d54f97fa0ac2dad139891ae0f9450095e08d560f5a62ad28e3cc2e39da0a3a094ca841c5debbe9d34ca1cb3930cb3a16877b1547fb81f9c5e7e244
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 1713beb80717..ec358fda57b5 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.3
+pkgver=0.32.4
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=('f0e389891bfdfa961187505548ec5139aa8967932d2fcca43c151c8ca25664c30af96f0f52531507e7c838ca3df16f371f7419df226283734fee23f6af56b3cf')
+b2sums=('e76a0b6ed8d54f97fa0ac2dad139891ae0f9450095e08d560f5a62ad28e3cc2e39da0a3a094ca841c5debbe9d34ca1cb3930cb3a16877b1547fb81f9c5e7e244')