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/thrift | |
| 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/thrift')
| -rw-r--r-- | ports/thrift/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake index 94e8201bf..3cb280462 100644 --- a/ports/thrift/portfile.cmake +++ b/ports/thrift/portfile.cmake @@ -16,7 +16,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO apache/thrift REF 72ca60debae1d9fb35d9f0085118873669006d7f - SHA512 6050c66b176ad596d9632b224b8fb49aa3b823c977dacad729dbcdefb0da60eb983d3a32d9326b4317bae6755fb1fc4cee2cc6c282b3e1636a4528844c0f5915 + SHA512 65023690ff04376e9e64c3e9a609640a6416a39a08bb26d31ec8799ec462bbf8631620edf9a10cdf13980b13813304263601598258cf27bbd5027f9f755c49fa HEAD_REF master ) |
