From 26986aeb0ea8f70c13fa29be9f855977ba2638a6 Mon Sep 17 00:00:00 2001 From: Gert Date: Sat, 14 Sep 2019 21:06:52 +0200 Subject: [PATCH] Update installed server version to 5.0.0-RC4 References #460 --- lib/ServerManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ServerManager.js b/lib/ServerManager.js index e1aab4ea..e00275a6 100644 --- a/lib/ServerManager.js +++ b/lib/ServerManager.js @@ -15,7 +15,7 @@ class ServerManager this.phpInvoker = phpInvoker; this.folder = folder; - this.distributionUploadHash = '13970e903ef037aab4af5dbd750f7fd1'; + this.distributionUploadHash = 'ef95a5799210ee8043ec3b832c458d96'; } /** @@ -30,7 +30,7 @@ class ServerManager // TODO: Serenata offers PHARs for each PHP version it supports, but for now we can get away with using the // lowest PHP version, as newer versions are backwards compatible enough. await download( - `https://gitlab.com/Serenata/Serenata/uploads/${this.distributionUploadHash}/distribution-7.1.phar`, + `https://gitlab.com/Serenata/Serenata/uploads/${this.distributionUploadHash}/7.1.phar`, this.phpInvoker.normalizePlatformAndRuntimePath(this.getServerSourcePath()), { filename: 'distribution.phar',