We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b4e41 commit 4f142f4Copy full SHA for 4f142f4
packaging/Makefile
@@ -43,7 +43,7 @@ vmlinux:
43
44
download-ipfs-kubo: target-dir build-dir
45
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
+ 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
47
48
version:
49
python3 ./version_from_git.py --inplace deb aleph-vm/DEBIAN/control
0 commit comments