Skip to content

Commit

Permalink
bump twoliter to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmt-lab committed Feb 22, 2025
1 parent 2f0f4f3 commit 0fc08af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ TWOLITER_DIR := $(TOOLS_DIR)/twoliter
TWOLITER := $(TWOLITER_DIR)/twoliter
CARGO_HOME := $(TOP).cargo

TWOLITER_VERSION ?= "0.7.2"
TWOLITER_SHA256_AARCH64 ?= "45fdf25fbc3dc914d1a413aa3a4a87a5569bd17c0f2b7998aa71a03c945842cb"
TWOLITER_SHA256_X86_64 ?= "cb17a9332a55d83a1cf200711b745d725a6e2b0440ba34e1cbf3d6456d3a0074"
TWOLITER_VERSION ?= "0.7.3"
TWOLITER_SHA256_AARCH64 ?= "3dd7c651d01ef44c6e1835e377cd368c54f60a9f2ab1f66248bac65549685cf9"
TWOLITER_SHA256_X86_64 ?= "c9913e46de794e5f682bcbed14997f1491273cbb82dc3a2865b5f50b6be3eb96"
KIT ?= bottlerocket-core-kit
UNAME_ARCH = $(shell uname -m)
ARCH ?= $(UNAME_ARCH)
Expand Down

0 comments on commit 0fc08af

Please sign in to comment.