Skip to content

Commit

Permalink
chore: bump twoliter to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Berning <[email protected]>
  • Loading branch information
sam-berning committed Jan 15, 2025
1 parent 78cb2f3 commit 24b1470
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.6.0"
TWOLITER_SHA256_AARCH64 ?= "73a961ff8b9e829b764a86e096b9c2630b452dadc2099f678d57b2146f6a18f9"
TWOLITER_SHA256_X86_64 ?= "739c5ed0bbd9b0f50ca641964e03b1a92ae9b2c814b1c3463e22f54bc8968e35"
TWOLITER_VERSION ?= "0.7.0"
TWOLITER_SHA256_AARCH64 ?= "7a8f2e29dddf6757d388f195809b787ef000424ec97642b7ceb940d322ac72ba"
TWOLITER_SHA256_X86_64 ?= "4c7a96589a18839e9454541e6f6129a4d9f20290df6e864d7883e23ce8b41f4f"
KIT ?= bottlerocket-core-kit
UNAME_ARCH = $(shell uname -m)
ARCH ?= $(UNAME_ARCH)
Expand Down

0 comments on commit 24b1470

Please sign in to comment.