Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sciter] Update to 4.2.2.6090 #3964

Merged
merged 3 commits into from
Jul 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/sciter/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: sciter
Version: 4.1.11
Version: 4.2.2
Description: Sciter is an embeddable HTML/CSS/scripting engine.
Maintainer: andrew.fedoniouk@gmail.com, ehysta@gmail.com
4 changes: 2 additions & 2 deletions ports/sciter/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ include(vcpkg_common_functions)
# header-only library
set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled)

set(SCITER_REVISION f1ab32f4c29968b128f7777fddf775dd3066b768)
set(SCITER_SHA aeb3de87d79d3a159d0bd7cbbc309d1075add9c5e19d23859c315adc55540a1ae8b9e74546397235dc49e8d220b8f2347282ff41877cb75135d0a27f22ef158a)
set(SCITER_REVISION 8add927504c84d72833973a659e834081672237f)
set(SCITER_SHA 85aa711b51e7911f62162cf8c3b74e7693c92a02618e074ed24578da56cf7a589e8336a677b21e7359957bcd7357adfb5da54a9fafa12b7f0bee8e480115c84c)

if(VCPKG_TARGET_ARCHITECTURE STREQUAL x64)
set(SCITER_ARCH 64)
Expand Down