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 ff6fab0b9b4d..8789f13728df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikita Puzyryov <PuzyryovN@gmail.com>
pkgname=zchunk
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="A file format that allows easy deltas while maintaining good compression"
arch=(x86 x86_64)
@@ -10,7 +10,7 @@ depends=('libcurl.so' 'zstd')
provides=('libzck.so')
makedepends=('meson')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('333aaeb6bf106589d8d813a03c1dc3ab10064ea7391181d6272159920ae3b7b4')
+sha256sums=('f55ac0227a16bf82a31c18d1518577fc235dca2cad0c65e2cc243f8f9570e416')
build() {
cd "$srcdir/$pkgname-$pkgver"