From 6817bc47125f7e58eba3c510c751bec1c2920a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 24 Apr 2020 15:47:46 +0200 Subject: [PATCH] premake: Update to version 5.0.0-alpha15 --- bucket/premake.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/premake.json b/bucket/premake.json index a2a858a31e..033c3cb94d 100644 --- a/bucket/premake.json +++ b/bucket/premake.json @@ -1,10 +1,10 @@ { "homepage": "https://premake.github.io/", "description": "Automatically generate build configurations for multiple and widely used toolsets using one universal definition.", - "version": "5.0.0-alpha14", + "version": "5.0.0-alpha15", "license": "BSD-3-Clause", - "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-windows.zip", - "hash": "070419eedbb4c8737664d05f0e3701055741014c1135a9214c35d6feb03724a7", + "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha15/premake-5.0.0-alpha15-windows.zip", + "hash": "a8b9fc87ec06b8fa52587f62be2574bf151c5facadbad99db31b7d4ce6ef1eab", "bin": "premake5.exe", "checkver": { "url": "https://premake.github.io/download.html",