diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-12 13:32:26 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-12 13:32:26 -0700 |
| commit | cb239b92c0064cf268650366fe8d56f2a89fa920 (patch) | |
| tree | 38c67a220bedf66407a9db7eeeb72f5fadf02b69 /ports/sciter | |
| parent | aa3ac29406ab171f808a2e950b0f4222dac310ef (diff) | |
| download | vcpkg-cb239b92c0064cf268650366fe8d56f2a89fa920.tar.gz vcpkg-cb239b92c0064cf268650366fe8d56f2a89fa920.zip | |
Fix several port hashes due to github tar.gz change
It looks like github changed the version (or the generally the way)
they do tars, causing some hash mismatches. This fixes the affected
ports.
Diffstat (limited to 'ports/sciter')
| -rw-r--r-- | ports/sciter/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sciter/portfile.cmake b/ports/sciter/portfile.cmake index c10c54678..063b318e3 100644 --- a/ports/sciter/portfile.cmake +++ b/ports/sciter/portfile.cmake @@ -14,7 +14,7 @@ set(VCPKG_POLICY_DLLS_WITHOUT_LIBS enabled) set(SCITER_VERSION 4.0.3) set(SCITER_REVISION 1209528289b8c8369352d648f4ba0c67826cbd8b) -set(SCITER_SHA f82d4b06433b92acede3b47516ea963aca03e84ce9e0bfb61ab1c0b3d3105de782860e380338137d8ae292176285aa39af97b4d917c92498d6dfac2413e79fbd) +set(SCITER_SHA 9fc72dd44b22c69715b4b08c5af7a65e0bb48d849191002b2ae45ca6f5ea058fb8c64cc7f6c176215afce682af6166a1579efd8cc2ca0fb9e844ceba1160f10f) if(VCPKG_TARGET_ARCHITECTURE STREQUAL x64) set(SCITER_ARCH 64) |
