Skip to content

Commit 02db781

Browse files
hoholethanh
authored andcommitted
Fix: Packages used obsolete Kubo
This bumps their versions to - Kubo 0.23.0 -> 0.33.1 The list of changes regarding Kubo too large to be mentioned here, but I mostly expect performance improvements as the main API has not changed much.
1 parent 8043bf0 commit 02db781

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
@@ -48,7 +48,7 @@ vmlinux:
4848

4949
download-ipfs-kubo: target-dir build-dir
5050
mkdir -p ./target/kubo
51-
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
51+
curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.33.2/kubo_v0.33.2_linux-amd64.tar.gz | tar -xz --directory ./target/kubo
5252

5353
target/bin/sevctl:
5454
cargo install --locked --git https://github.com/virtee/sevctl.git --rev v0.6.0 --target x86_64-unknown-linux-gnu --root ./target

0 commit comments

Comments
 (0)