Skip to content

Commit 4f142f4

Browse files
committed
Deps: Update Kubo IPFS 0.23.0 -> 0.24.0
1 parent d7b4e41 commit 4f142f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ vmlinux:
4343

4444
download-ipfs-kubo: target-dir build-dir
4545
mkdir -p ./target/kubo
46-
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
46+
curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.24.0/kubo_v0.24.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo
4747

4848
version:
4949
python3 ./version_from_git.py --inplace deb aleph-vm/DEBIAN/control

0 commit comments

Comments
 (0)