Skip to content

Commit

Permalink
twoliter: bump twoliter to v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Berning <[email protected]>
  • Loading branch information
sam-berning committed Jan 24, 2025
1 parent 24c0647 commit 0be91ae
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.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,
Expand Down

0 comments on commit 0be91ae

Please sign in to comment.