summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2020-03-30 19:00:42 -0700
committerJohn Ramsden2020-03-30 19:00:42 -0700
commit542e68fa88d5f7442c66d4af263cabba2f9c1df1 (patch)
treea4ca6e12b8f9ede99a8d995ef7da0d56cdda0d0f /PKGBUILD
parent0b442da9d3e8e4181e9d3c3fe77de493356a5284 (diff)
downloadaur-542e68fa88d5f7442c66d4af263cabba2f9c1df1.tar.gz
Update to 0.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ad031384d3a..9901b3f93f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Ramsden <johnramsden [at] riseup [dot] net>
pkgname=znapzend
-pkgver=0.19.1
+pkgver=0.20.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')
@@ -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=('65337c4de882972970b7c44bc40ecb3a')
+sha256sums=('c0a1ab9df5d6c4936560b5f8f08d393d4e99313da190fa404cd8ee5df420a7ca')
prepare() {
cd "${pkgname}-${pkgver}"