Skip to content

Commit

Permalink
twoliter: bump twoliter to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zongzhidanielhu committed Feb 5, 2025
1 parent 0221a7f commit 3c651c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
TWOLITER_SHA256_AARCH64 = "4ca885c9f6994f35e99c3e75b22c43423a7e2cd3f8c4c31fe695b607c96fc7a9"
TWOLITER_SHA256_X86_64 = "5a667539118c5ffb49ec168ccb2e48c29caa73239151a8d053fff4246b7090e9"
TWOLITER_VERSION = "v0.7.2-rc1"
TWOLITER_SHA256_AARCH64 = "ad03519c47ddce2125d1a3d187c145097583b71b6d42adbb0be2e62e40c211a4"
TWOLITER_SHA256_X86_64 = "87b4411cfe0536bf6b946bc1c4e483c93f2d1d0c84fbc7fda7961628aeb31ccd"

# 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,
Expand Down

0 comments on commit 3c651c5

Please sign in to comment.