From f001ee6e0bd8043ecd13279daa7e16431fa43b06 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 23 Aug 2017 15:00:21 +0000 Subject: [PATCH] Update premake5 to version 5.0.0-alpha12 --- premake5.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/premake5.json b/premake5.json index c5a4fa5735..061cd19af4 100644 --- a/premake5.json +++ b/premake5.json @@ -1,9 +1,9 @@ { "homepage": "https://premake.github.io/", - "version": "5.0.0-alpha11", + "version": "5.0.0-alpha12", "license": "BSD 3-Clause", - "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha11/premake-5.0.0-alpha11-windows.zip", - "hash": "f37b9c86edf6cb790ea9ada87be9951638705be5a8594c5426d4de14986d2440", + "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-windows.zip", + "hash": "d12ee2f8cfa0ab29a08c9bcaab3a5f76e575ae000b1596ee61d4f4916e9d154c", "bin": [ "premake5.exe" ],