Skip to content

Commit

Permalink
chore: bump twoliter to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Berning <bernings@amazon.com>
  • Loading branch information
sam-berning committed Jan 15, 2025
1 parent 2656612 commit d5f90f5
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.6.0"
TWOLITER_SHA256_AARCH64 = "73a961ff8b9e829b764a86e096b9c2630b452dadc2099f678d57b2146f6a18f9"
TWOLITER_SHA256_X86_64 = "739c5ed0bbd9b0f50ca641964e03b1a92ae9b2c814b1c3463e22f54bc8968e35"
TWOLITER_VERSION = "v0.7.0-rc2"
TWOLITER_SHA256_AARCH64 = "11454461c8adaf7250dc8435745cc44e2d7d65dd11778157e58683e6c2d052e7"
TWOLITER_SHA256_X86_64 = "1db2907ca12de67db8a307f1d03f9289a126640f5184ab4bffc90b034e940888"

# 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 d5f90f5

Please sign in to comment.