zchunk: update to 1.0.3.

This commit is contained in:
maxice8 2019-01-24 23:39:29 -02:00 committed by maxice8
parent 39c96135ab
commit 152de1c1f5
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'zchunk'
pkgname=zchunk
version=1.0.2
revision=2
version=1.0.3
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="libcurl-devel libzstd-devel"
short_desc="Easy-to-delta, compressed file format"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/zchunk/zchunk"
distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz"
checksum=701e5f8b7ba655d3676f876a7b697ca8ce4d9e34f041f8b1d6d18e47c3dad966
checksum=728a2fe91057be0646d430cbbf90b8d85e68995e61c27feda311421b51d88298
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"