Skip to content

Commit

Permalink
Merge pull request bottlerocket-os#302 from cbgbt/twoliter-0.6.0-rc1
Browse files Browse the repository at this point in the history
twoliter: update twoliter to v0.6.0
  • Loading branch information
cbgbt authored Dec 10, 2024
2 parents d15faeb + f8b3b99 commit 734792f
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.1"
TWOLITER_SHA256_AARCH64 ?= "c72a571414db175fd1d82e96daba2a7778379a8336ffa63c42d00b65ca84b34e"
TWOLITER_SHA256_X86_64 ?= "5c3801d11b77d5414071432eed48d1888555125917b322b37a84b3a9219422a7"
TWOLITER_VERSION ?= "0.6.0"
TWOLITER_SHA256_AARCH64 ?= "73a961ff8b9e829b764a86e096b9c2630b452dadc2099f678d57b2146f6a18f9"
TWOLITER_SHA256_X86_64 ?= "739c5ed0bbd9b0f50ca641964e03b1a92ae9b2c814b1c3463e22f54bc8968e35"
KIT ?= bottlerocket-core-kit
UNAME_ARCH = $(shell uname -m)
ARCH ?= $(UNAME_ARCH)
Expand Down

0 comments on commit 734792f

Please sign in to comment.