Skip to content

Commit a71a732

Browse files
committed
chore: bump twoliter to 0.10.1-rc1
Signed-off-by: Sean P. Kelly <[email protected]>
1 parent 78ba6d5 commit a71a732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ TWOLITER_DIR := $(TOOLS_DIR)/twoliter
44
TWOLITER := $(TWOLITER_DIR)/twoliter
55
CARGO_HOME := $(TOP).cargo
66

7-
TWOLITER_VERSION ?= "0.10.0"
8-
TWOLITER_SHA256_AARCH64 ?= "aebf00a5747d78e4570de4ce521d680a8bbd356205977673e573fef884b5d92e"
9-
TWOLITER_SHA256_X86_64 ?= "29e25edd15a2dbe7ced04bcf6efc0d540fae1aa33b43b1f10accfb2fa0d11e1b"
7+
TWOLITER_VERSION ?= "0.10.1-rc1"
8+
TWOLITER_SHA256_AARCH64 ?= "0212f33b21dcc4b4b686e35bb3c77ce34c71db25e5034494eda8b756ae5268f7"
9+
TWOLITER_SHA256_X86_64 ?= "c8f087782bbc311c536af5fb8e0cf542d4c26fd9c422671b8c710a8a0706cffe"
1010
KIT ?= bottlerocket-core-kit
1111
UNAME_ARCH = $(shell uname -m)
1212
ARCH ?= $(UNAME_ARCH)

0 commit comments

Comments
 (0)