summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77121378e123..dcc4ecfa71fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Braun <hazzl@falix.de>
pkgname=zbackup
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='A versatile deduplicating backup tool'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL2')
depends=('xz' 'openssl' 'protobuf')
makedepends=('cmake')
source=(https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('eceb8c81ce593205cb51c6bb74031764')
+md5sums=('34faaba97084cadd90d4f1c62fa476fd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}