aboutsummaryrefslogtreecommitdiffstats
path: root/community/btrbk/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 23:54:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-09 00:02:43 -0300
commitc0ff90c001abb247d73e23f9589dd1f108ba7fc8 (patch)
tree6b9598038ec5588f50a96f2c42deefb15c076554 /community/btrbk/APKBUILD
parentf0ebe6b3ca7dce39ff6810c3843b74cc12e6b80e (diff)
community/btrbk: upgrade to 0.29.0
Diffstat (limited to 'community/btrbk/APKBUILD')
-rw-r--r--community/btrbk/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/btrbk/APKBUILD b/community/btrbk/APKBUILD
index e65df202013..26d3e6370b2 100644
--- a/community/btrbk/APKBUILD
+++ b/community/btrbk/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=btrbk
-pkgver=0.28.3
+pkgver=0.29.0
pkgrel=0
pkgdesc="Backup tool for btrfs subvolumes with atomic snapshots & incremental transfers"
url="https://digint.ch/btrbk"
@@ -11,7 +11,7 @@ depends="perl perl-date-calc btrfs-progs"
makedepends="asciidoctor"
subpackages="$pkgname-doc"
options="!check" # no test suite available
-source="https://digint.ch/download/btrbk/releases/$pkgname-$pkgver.tar.xz"
+source="https://digint.ch/download/btrbk/releases/btrbk-$pkgver.tar.xz"
package() {
make DESTDIR="$pkgdir" BINDIR="/usr/bin" install
@@ -20,4 +20,4 @@ package() {
rm -rf "$pkgdir"/usr/lib "$pkgdir"-doc/usr/share/btrbk/contrib/systemd # systemd scripts
}
-sha512sums="a2919527ab14486113c075fdb2646ee70fa20c813e5a69fc8a0cd16b75bc7aaccee338b272da938f6223a4be8c2d539839426b55ce72d338c7cf20680a41a849 btrbk-0.28.3.tar.xz"
+sha512sums="e3b0fd45bcaafa4fe53e230bb66cc23ae950dd91251d5e4d19a576021f2dcc52b219cd348b1b747224c2da803b47554266f4fc91c092a62decedc74ac59b9b28 btrbk-0.29.0.tar.xz"