From 0be91aef891a84d11a6dac5caa2c096e17c011ba Mon Sep 17 00:00:00 2001 From: Sam Berning Date: Fri, 24 Jan 2025 00:17:48 +0000 Subject: [PATCH] twoliter: bump twoliter to v0.7.1 Signed-off-by: Sam Berning --- Makefile.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index c91cc3f0e43..22b65c5c3b3 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.7.0" -TWOLITER_SHA256_AARCH64 = "7a8f2e29dddf6757d388f195809b787ef000424ec97642b7ceb940d322ac72ba" -TWOLITER_SHA256_X86_64 = "4c7a96589a18839e9454541e6f6129a4d9f20290df6e864d7883e23ce8b41f4f" +TWOLITER_VERSION = "v0.7.1" +TWOLITER_SHA256_AARCH64 = "4ca885c9f6994f35e99c3e75b22c43423a7e2cd3f8c4c31fe695b607c96fc7a9" +TWOLITER_SHA256_X86_64 = "5a667539118c5ffb49ec168ccb2e48c29caa73239151a8d053fff4246b7090e9" # 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,