diff --git a/Makefile.toml b/Makefile.toml index 2fab563d8c7..cc4cd63b6e5 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -8,9 +8,9 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}" # For binary installation, this should be a released version (prefixed with a v, # for example v0.1.0). For the git sourcecode installation method, this can be # any git rev, e.g. a tag, sha, or branch name. -TWOLITER_VERSION = "v0.15.0" -TWOLITER_SHA256_AARCH64 = "28538772716bb9c0473c63bbaf4cf351ca5654dd8c7488ccc666c7f7d687a428" -TWOLITER_SHA256_X86_64 = "efa57cd3ea1865f68a7e86f27df4d2c7396b9f692e9607d9528796a7d60a5b48" +TWOLITER_VERSION = "v0.15.1" +TWOLITER_SHA256_AARCH64 = "17acd1bf4764b31074e10269b2ef993b9dce63d9640cc6fd45eeded31e78aadc" +TWOLITER_SHA256_X86_64 = "a0720d8b2fba1dbf4595c3bc9cca8c6881faaa1af35b9339ed57aef44677c2eb" # For binary installation, this is the GitHub repository that has binary release artifacts attached # to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,