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 dcc4ecfa71fa..648d834985ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Braun <hazzl@falix.de>
pkgname=zbackup
-pkgver=1.4.3
+pkgver=1.4.4
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=('34faaba97084cadd90d4f1c62fa476fd')
+md5sums=('0753ca5d61533f951d6ebb6f087efa0b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}