From 8296c661c828652a2b93047a7c37fc51bf18a438 Mon Sep 17 00:00:00 2001 From: monotykamary Date: Wed, 4 May 2016 07:13:24 +0700 Subject: [PATCH] Update Premake (alpha) to 5.0.0-alpha8 (#811) SHA-256 taken from 7-zip; zipped executable premake5.exe still consistent. --- premake5.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/premake5.json b/premake5.json index a6bbe3476d..ed74dea75a 100644 --- a/premake5.json +++ b/premake5.json @@ -1,9 +1,9 @@ { "homepage": "http://premake.github.io/", - "version": "5.0.0-alpha5", + "version": "5.0.0-alpha8", "license": "BSD 3-Clause", - "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha5/premake-5.0.0-alpha5-windows.zip", - "hash": "11a63daf363a77f60187e2af70e73441f6f1ca8c64369ee42018ceb0404b5b36", + "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha8/premake-5.0.0-alpha8-windows.zip", + "hash": "4325c17dba200704897d824d44241414dfaa4d5a8013b62845540efc976766fe", "bin": [ "premake5.exe" ],