From 4cdf5819846c24a38fbfa1c6980fc4107a7ff2e7 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Wed, 14 Dec 2022 22:36:56 +0100 Subject: [PATCH] Use Box 3.16.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e08e2a3..701826f5 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ help: .PHONY: box box: ## Download box.phar box: - test -e build/box.phar || curl -sL https://github.com/box-project/box/releases/download/3.14.0/box.phar -o build/box.phar + test -e build/box.phar || curl -sL https://github.com/box-project/box/releases/download/3.16.0/box.phar -o build/box.phar chmod +x build/box.phar .PHONY: build