From cb27af5a17e5b8bd43ba07ae0a4f035320f69927 Mon Sep 17 00:00:00 2001 From: Jarrett Tierney Date: Thu, 3 Sep 2026 20:46:10 +0000 Subject: [PATCH] test: bump twoliter to 0.24.1-rc2 Signed-off-by: Jarrett Tierney --- Makefile.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 737b6a85119..074c5f6fadb 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.24.0" -TWOLITER_SHA256_AARCH64 = "f35674516c431cebc4dc3e4a7778fa13f591268e087d4e8b08995678217cd320" -TWOLITER_SHA256_X86_64 = "529cd8ddec38e499fa54ee00cc7d4155fc650356d6c6f7fa2c5746094ab2bb0d" +TWOLITER_VERSION = "v0.24.1-rc2" +TWOLITER_SHA256_AARCH64 = "1c3e3860d391ca99685fdad17278a2442addef28398fb29888aadce0e87f42a6" +TWOLITER_SHA256_X86_64 = "0875b39363d54004894f24d8c5bc2b435ea5b6d83528a7cac9df0a628a169036" # 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,