summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2018-11-24 22:48:22 -0800
committerJohn Ramsden2018-11-24 22:48:22 -0800
commit0b442da9d3e8e4181e9d3c3fe77de493356a5284 (patch)
tree77e6836970d53885b4ac4b88c45abb2a5deada6a /PKGBUILD
parente68f6d0878345afbca3872194ae60f0b98c778a0 (diff)
downloadaur-0b442da9d3e8e4181e9d3c3fe77de493356a5284.tar.gz
Fresh Tuna
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a64245a197a..3ad031384d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>
pkgname=znapzend
-pkgver=0.19.0
+pkgver=0.19.1
pkgrel=1
pkgdesc="ZnapZend is a ZFS centric backup tool. It relies on snapshot, send and receive todo its work. It has the built-in ability to manage both local snapshots as well as remote copies by thining them out as time progresses."
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('perl' 'zfs')
optdepends=('mbuffer: stream buffering')
source=("https://github.com/oetiker/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3e2aed2cf918dbba0931da3058578df7')
+md5sums=('65337c4de882972970b7c44bc40ecb3a')
prepare() {
cd "${pkgname}-${pkgver}"