Skip to content

Commit 3f15047

Browse files
committed
chore: bump twoliter to 0.19.0
Signed-off-by: Craig Qian <qianxj@amazon.com>
1 parent 6112f20 commit 3f15047

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.toml

Lines changed: 3 additions & 3 deletions
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.18.0"
12-
TWOLITER_SHA256_AARCH64 = "48949bc0b650eb6aabe9e60baed207df2700e3e2cf17006af1ee581b89df71e9"
13-
TWOLITER_SHA256_X86_64 = "8591aa68cfc145578bb0ce4e22a2c3108fc6fe318a9793d0f1cb764d67b28834"
11+
TWOLITER_VERSION = "v0.19.0"
12+
TWOLITER_SHA256_AARCH64 = "10700d50b545d0e3bf8a7ca1444a7825fd9c1645b41c829dc5864c92a3ca0032"
13+
TWOLITER_SHA256_X86_64 = "11f92b594868bccd241002dfd40ca99fce7360a7a9c26163ad43552e4671290e"
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)