From 45a727d2b1c9b265eb5d7c4d9b393f0bedaf9fe9 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Tue, 17 Oct 2023 14:59:38 +0200 Subject: [PATCH] Fix: CI could not download Kubo Use the opportunity to upgrade Kubo 21 -> 23 --- packaging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/Makefile b/packaging/Makefile index abc851e2a..77bca7d20 100644 --- a/packaging/Makefile +++ b/packaging/Makefile @@ -43,7 +43,7 @@ vmlinux: download-ipfs-kubo: target-dir build-dir mkdir -p ./target/kubo - curl -fsSL https://dist.ipfs.tech/kubo/v0.21.0/kubo_v0.21.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo + curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.23.0/kubo_v0.23.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo version: python3 ./version_from_git.py --inplace deb aleph-vm/DEBIAN/control