summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b18471aeecaa..ffe2320b708b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 3 10:17:30 UTC 2017
+# Sun Jul 30 20:41:22 UTC 2017
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.25.0
+ pkgver = 0.25.1
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
@@ -11,8 +11,8 @@ pkgbase = btrbk
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = pv: --progress support
- source = http://digint.ch/download/btrbk/releases/btrbk-0.25.0.tar.xz
- sha384sums = 05fc66749120319f9eba8c291da4bd4d4f9be98774dcaee97f931293a6fd24b6e24d44d95803510b0e0b783f870e8c7a
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.25.1.tar.xz
+ sha384sums = f970842a90adb2fc6cc708cced5a09f96108b879eea2b40190155a85dcce6e316b0b341c722091b76d551560d638f49e
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index cafd8498ccad..6d3f8e1dd997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.25.0
+pkgver=0.25.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="http://digint.ch/btrbk"
@@ -16,4 +16,4 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('05fc66749120319f9eba8c291da4bd4d4f9be98774dcaee97f931293a6fd24b6e24d44d95803510b0e0b783f870e8c7a')
+sha384sums=('f970842a90adb2fc6cc708cced5a09f96108b879eea2b40190155a85dcce6e316b0b341c722091b76d551560d638f49e')