diff options
| author | pravic <ehysta@gmail.com> | 2019-01-14 23:09:51 +0300 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-01-14 12:09:51 -0800 |
| commit | 6db1a55827acacdbad0c13f61fdd5eb961ace7ad (patch) | |
| tree | 6b7130157cc3a0fd6e78243f425d1429da71ca48 | |
| parent | ce7c2294c9985a2eab4baa95f7176b43be5b30d8 (diff) | |
| download | vcpkg-6db1a55827acacdbad0c13f61fdd5eb961ace7ad.tar.gz vcpkg-6db1a55827acacdbad0c13f61fdd5eb961ace7ad.zip | |
[sciter] Update to 4.2.4.6184 (#4260)
* [sciter] Update to 4.2.0.6064
* [sciter] Update to 4.2.1.6085
* [sciter] Update to 4.2.2.6090
* [sciter] Update to 4.2.3.6108
* [sciter] Update to 4.2.4.6184
* Update sciter to 4.2.6.9
| -rw-r--r-- | ports/sciter/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sciter/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sciter/CONTROL b/ports/sciter/CONTROL index fb49f7b36..c82708a73 100644 --- a/ports/sciter/CONTROL +++ b/ports/sciter/CONTROL @@ -1,4 +1,4 @@ Source: sciter -Version: 4.2.2 +Version: 4.2.6.9 Description: Sciter is an embeddable HTML/CSS/scripting engine. Maintainer: andrew.fedoniouk@gmail.com, ehysta@gmail.com diff --git a/ports/sciter/portfile.cmake b/ports/sciter/portfile.cmake index 2c5130421..8ae54344e 100644 --- a/ports/sciter/portfile.cmake +++ b/ports/sciter/portfile.cmake @@ -12,8 +12,8 @@ include(vcpkg_common_functions) # header-only library set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled) -set(SCITER_REVISION 8add927504c84d72833973a659e834081672237f) -set(SCITER_SHA 85aa711b51e7911f62162cf8c3b74e7693c92a02618e074ed24578da56cf7a589e8336a677b21e7359957bcd7357adfb5da54a9fafa12b7f0bee8e480115c84c) +set(SCITER_REVISION c926703b2cce972875e7f6379c525eef66c95986) +set(SCITER_SHA 9a87ce12db9b2ef1e3abce3e475a9413a8a9301bab3d17341c94d4281e3bf616347ba8a4089f756ec38fed311bb4ee9045c8f85d0c40039ed3c0b96413aceeb4) if(VCPKG_TARGET_ARCHITECTURE STREQUAL x64) set(SCITER_ARCH 64) |
