Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2021-03-23 13:25:55 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-03-23 13:25:55 +0300
commitbaedcc70c1d70fd8a2ceb260a68ebf021341e86b (patch)
tree80f3ff255766f24b2a89851d1bccbd9d9b761d42
parent6c09e6b24cbbf47cb6a0166442690d74ff07136f (diff)
Update used version of box
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b9e88f..ff92142 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: updater.phar
box:
- curl -L https://github.com/box-project/box2/releases/download/2.7.4/box-2.7.4.phar -o box
+ curl -L https://github.com/box-project/box/releases/download/3.11.1/box.phar -o box
chmod +x box
updater.phar: box updater.php lib/*.php buildVersionFile.php