Skip to content

Commit 47bd06d

Browse files
committed
chore: bump twoliter to 0.10.0
Signed-off-by: Sean P. Kelly <[email protected]>
1 parent ccf301b commit 47bd06d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ BUILDSYS_ROOT_DIR = "${CARGO_MAKE_WORKING_DIRECTORY}"
88
# For binary installation, this should be a released version (prefixed with a v,
99
# for example v0.1.0). For the git sourcecode installation method, this can be
1010
# any git rev, e.g. a tag, sha, or branch name.
11-
TWOLITER_VERSION = "v0.9.0"
12-
TWOLITER_SHA256_AARCH64 = "b1cb522c203a52ceacc12c6f5d23687851470dc8f5f279bedcec3d7431ff96cc"
13-
TWOLITER_SHA256_X86_64 = "a3cea15da3dcbfc7ef3c5273419503da6fda12c641b4707869990a28a8beb46c"
11+
TWOLITER_VERSION = "v0.10.0"
12+
TWOLITER_SHA256_AARCH64 = "aebf00a5747d78e4570de4ce521d680a8bbd356205977673e573fef884b5d92e"
13+
TWOLITER_SHA256_X86_64 = "29e25edd15a2dbe7ced04bcf6efc0d540fae1aa33b43b1f10accfb2fa0d11e1b"
1414

1515
# For binary installation, this is the GitHub repository that has binary release artifacts attached
1616
# to it, for example https://github.com/bottlerocket-os/twoliter. For git sourcecode installation,

0 commit comments

Comments
 (0)