upgrade osqtool to v1.4.2
This commit is contained in:
parent
b0549b56e2
commit
f99e6bdc1e
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
ARCH ?= $(shell uname -m)
|
ARCH ?= $(shell uname -m)
|
||||||
COLLECT_DIR ?= "./out/$(shell hostname -s)-$(shell date +%Y-%m-%-d-%H-%M-%S)"
|
COLLECT_DIR ?= "./out/$(shell hostname -s)-$(shell date +%Y-%m-%-d-%H-%M-%S)"
|
||||||
SUDO ?= "sudo"
|
SUDO ?= "sudo"
|
||||||
OSQTOOL_VERSION=v1.4.1
|
OSQTOOL_VERSION=v1.4.2
|
||||||
|
|
||||||
out/osqtool-$(ARCH)-$(OSQTOOL_VERSION):
|
out/osqtool-$(ARCH)-$(OSQTOOL_VERSION):
|
||||||
mkdir -p out
|
mkdir -p out
|
||||||
|
|
Loading…
Reference in New Issue