Skip to content

Commit d422b91

Browse files
authored
Merge pull request #153 from cbgbt/twoliter-0.4.6
twoliter: update twoliter to 0.4.6
2 parents 412ed0b + bfae4b4 commit d422b91

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
/licenses
1818
*.run
1919
/tests
20+
Twoliter.override

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.4.5"
8-
TWOLITER_SHA256_AARCH64 ?= "799103bcc00e1daf931e11eb58630ca7c4d93c14752c3f4dcf25594759e3c3e7"
9-
TWOLITER_SHA256_X86_64 ?= "b0cd35c0a1257fc98992821eb5ea7a96c021dba166ee2b9d04449b9206b3d941"
7+
TWOLITER_VERSION ?= "0.4.6"
8+
TWOLITER_SHA256_AARCH64 ?= "12ac3f5a6c641e29481c79289bd07cf1c3494a65e3d283d582feb1d28d8bf2a7"
9+
TWOLITER_SHA256_X86_64 ?= "4a2db7c4d0aac75c6b682336539ee57371cfb6dfea81689d07fc1f4a940fd5c5"
1010
KIT ?= bottlerocket-core-kit
1111
ARCH ?= $(shell uname -m)
1212
VENDOR ?= bottlerocket

0 commit comments

Comments
 (0)