Skip to content

Commit 0cb7ff6

Browse files
authored
Merge pull request #4847 from ginglis13/twoliter-0.20.0
chore: bump twoliter to 0.20.0
2 parents 49f1c7d + aaf0f50 commit 0cb7ff6

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.19.0"
12-
TWOLITER_SHA256_AARCH64 = "10700d50b545d0e3bf8a7ca1444a7825fd9c1645b41c829dc5864c92a3ca0032"
13-
TWOLITER_SHA256_X86_64 = "11f92b594868bccd241002dfd40ca99fce7360a7a9c26163ad43552e4671290e"
11+
TWOLITER_VERSION = "v0.20.0"
12+
TWOLITER_SHA256_AARCH64 = "25e97fc63003e1c67b262d8ea3d7ca0ae934223805289edb130d80e1f0ef54a8"
13+
TWOLITER_SHA256_X86_64 = "6a102249ba567f681ce25ed02fb588a51397d66a27cde4dce2e56b92d45c2dff"
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)