From 67fd5164305a443877dd5986f0df735fcb54b3f3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 30 Jun 2020 14:32:47 +0300 Subject: [PATCH] kiss-chbuild: Use latest tarball --- contrib/kiss-chbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/kiss-chbuild b/contrib/kiss-chbuild index 4001247..036e6a2 100755 --- a/contrib/kiss-chbuild +++ b/contrib/kiss-chbuild @@ -33,7 +33,7 @@ sh256() { } 2>/dev/null cd "${cac_dir:=$KISS_ROOT${XDG_CACHE_HOME:-$HOME/.cache}/kiss}" -url=https://github.com/kisslinux/repo/releases/download/1.10.0/ +url=https://github.com/kisslinux/repo/releases/download/1.11.1/ [ -f kiss-chroot.tar.xz ] || { log "Downloading chroot tarball"