From f99e6bdc1eac4d45aac7ab6ac0b56aec3acc318a Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Wed, 16 Oct 2024 10:24:16 -0400 Subject: [PATCH] upgrade osqtool to v1.4.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7942b2..ddd1e5a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ARCH ?= $(shell uname -m) COLLECT_DIR ?= "./out/$(shell hostname -s)-$(shell date +%Y-%m-%-d-%H-%M-%S)" SUDO ?= "sudo" -OSQTOOL_VERSION=v1.4.1 +OSQTOOL_VERSION=v1.4.2 out/osqtool-$(ARCH)-$(OSQTOOL_VERSION): mkdir -p out