diff --git a/packaging/Makefile b/packaging/Makefile index 8ed7861a..b0b994c4 100644 --- a/packaging/Makefile +++ b/packaging/Makefile @@ -47,8 +47,7 @@ download-ipfs-kubo: target-dir build-dir 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 target/bin/sevctl: - # Release 0.4.3 matches revision c41c9172be013d6f10b9e1d7286fcb021805d5a5 - cargo install --git https://github.com/virtee/sevctl.git --rev c41c9172be013d6f10b9e1d7286fcb021805d5a5 --target x86_64-unknown-linux-gnu --root ./target + cargo install --git https://github.com/virtee/sevctl.git --rev v.6.0 --target x86_64-unknown-linux-gnu --root ./target ./target/bin/sevctl -V version: