Skip to content

Commit

Permalink
Deps: Update Kubo IPFS 0.23.0 -> 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Mar 7, 2024
1 parent d6025f5 commit ef764df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ vmlinux:

download-ipfs-kubo: target-dir build-dir
mkdir -p ./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
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

version:
python3 ./version_from_git.py --inplace deb aleph-vm/DEBIAN/control
Expand Down

0 comments on commit ef764df

Please sign in to comment.