From 1aaa100139d9b5ffb4a3f3cc6b98ffaed5da91b8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 28 Jul 2020 04:21:41 +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 036e6a2..6c48280 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.11.1/ +url=https://github.com/kisslinux/repo/releases/download/1.12.0/ [ -f kiss-chroot.tar.xz ] || { log "Downloading chroot tarball"