summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2016-11-19 16:17:52 -0800
committerJohn Ramsden2016-11-19 16:17:52 -0800
commit343de14521a31df9b2a06e801b95307e34a4fe19 (patch)
tree981b3a02314ae7cb552d746f173bd9bf684d1b4b /PKGBUILD
parent7043f35c5c19e4a0d633f54ae9f527c34b8e9e54 (diff)
downloadaur-343de14521a31df9b2a06e801b95307e34a4fe19.tar.gz
Updated to v0.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9fd12ef5c61..13c58478ce91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: John Ramsden <streblo@ramsdenj.ca>
+# Maintainer: John Ramsden <streblo [at] ramsdenj [dot] ca>
pkgname=znapzend
-pkgver=0.15.7
-pkgrel=4
+pkgver=0.16.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')
url="http://www.znapzend.org/"
@@ -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=('c464e0799212f025c31859737c3ce4bc')
+md5sums=('9da2265e2446735b17441264f519030a')
prepare() {
cd "${pkgname}-${pkgver}"