Merge pull request #1809 from pravic/sciter

[sciter] Update to 4.0.3.5348
This commit is contained in:
Alexander Karatarakis 2017-09-11 04:36:22 -07:00 committed by GitHub
commit c48bb788b5
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: sciter
Version: 4.0.2-1
Version: 4.0.3
Description: Sciter is an embeddable HTML/CSS/scripting engine.
Maintainer: andrew.fedoniouk@gmail.com, ehysta@gmail.com

View File

@ -12,9 +12,9 @@ include(vcpkg_common_functions)
# header-only library
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)
set(SCITER_VERSION 4.0.2-1)
set(SCITER_REVISION 2d1de5b6d9da55b50168cb9069c8b12490f39d60)
set(SCITER_SHA 3d33bd0f76474b76e2281b96517c26ac1bb4b8009847499c063c0066a8e69280019c133a10967be8aaed97bbd6186023728619233dea6e7bcf1567e45cd57017)
set(SCITER_VERSION 4.0.3)
set(SCITER_REVISION 1209528289b8c8369352d648f4ba0c67826cbd8b)
set(SCITER_SHA f82d4b06433b92acede3b47516ea963aca03e84ce9e0bfb61ab1c0b3d3105de782860e380338137d8ae292176285aa39af97b4d917c92498d6dfac2413e79fbd)
if(VCPKG_TARGET_ARCHITECTURE STREQUAL x64)
set(SCITER_ARCH 64)