aboutsummaryrefslogtreecommitdiff
path: root/ports/lcms
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-09-12 13:32:26 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-09-12 13:32:26 -0700
commitcb239b92c0064cf268650366fe8d56f2a89fa920 (patch)
tree38c67a220bedf66407a9db7eeeb72f5fadf02b69 /ports/lcms
parentaa3ac29406ab171f808a2e950b0f4222dac310ef (diff)
downloadvcpkg-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/lcms')
-rw-r--r--ports/lcms/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/lcms/portfile.cmake b/ports/lcms/portfile.cmake
index 7a043d1f2..eeb12243c 100644
--- a/ports/lcms/portfile.cmake
+++ b/ports/lcms/portfile.cmake
@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mm2/Little-CMS
REF lcms2.8
- SHA512 ad904ce8acead6c8e255feb8386c1ab3fa432c3b36a3b521bc5c50993cb47ce4d42be0ad240dd8dd3bfeb3c0e884d8184f58797da5ef297b2f9a0e7da9788644
+ SHA512 22ee94aa3333db4248607d8aa84343d324e04b30c154c46672c6f668e14a369b9b72f2557b8465218b6e9a2676cf8fa37d617b4aa13a013dc2337197a599e63a
HEAD_REF master
)