Merge pull request #341 from tstromberg/osqtool-141

Upgrade osqtool to v1.4.1
This commit is contained in:
Thomas Strömberg 2024-01-08 15:56:01 -05:00 committed by GitHub
commit d02d01b62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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