summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2017-02-10 23:24:46 -0800
committerJohn Ramsden2017-02-10 23:24:46 -0800
commit2d98ffd497639464f21a884ff8f84c2649ab950a (patch)
treec3bdd4a576a81a4a1b9d536e78631409bea0eb5d /PKGBUILD
parent343de14521a31df9b2a06e801b95307e34a4fe19 (diff)
downloadaur-2d98ffd497639464f21a884ff8f84c2649ab950a.tar.gz
Updated to 17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13c58478ce91..c038bc40d962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: John Ramsden <streblo [at] ramsdenj [dot] ca>
pkgname=znapzend
-pkgver=0.16.0
+pkgver=0.17.0
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')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('perl' 'zfs')
source=("https://github.com/oetiker/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
noextract=()
-md5sums=('9da2265e2446735b17441264f519030a')
+md5sums=('bf0ed9bb2ffea6cbcf4730e899e065fc')
prepare() {
cd "${pkgname}-${pkgver}"