From 45112c4b70a96358036de5baea71047891b616a9 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Mon, 8 Jan 2024 15:55:29 -0500 Subject: [PATCH] Upgrade osqtool to v1.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73668c6..a8db469 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.0 +OSQTOOL_VERSION=v1.4.1 out/osqtool-$(ARCH)-$(OSQTOOL_VERSION): mkdir -p out