Skip to content

Commit

Permalink
Merge pull request #259 from sam-berning/twoliter-v0.5.1
Browse files Browse the repository at this point in the history
twoliter: update twoliter to v0.5.1
  • Loading branch information
sam-berning authored Nov 19, 2024
2 parents 56f7295 + 54888f4 commit fb8e75b
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.5.0"
TWOLITER_SHA256_AARCH64 ?= "cec8d30377f5cb38ee1d3bc99bb8aaf3958213b38be6a75d09a8bc5fcd3da590"
TWOLITER_SHA256_X86_64 ?= "d580180969f8b34b1af5d2524ff024e90432f09f991fc044444019da20a027a8"
TWOLITER_VERSION ?= "0.5.1"
TWOLITER_SHA256_AARCH64 ?= "c72a571414db175fd1d82e96daba2a7778379a8336ffa63c42d00b65ca84b34e"
TWOLITER_SHA256_X86_64 ?= "5c3801d11b77d5414071432eed48d1888555125917b322b37a84b3a9219422a7"
KIT ?= bottlerocket-core-kit
UNAME_ARCH = $(shell uname -m)
ARCH ?= $(UNAME_ARCH)
Expand Down

0 comments on commit fb8e75b

Please sign in to comment.