diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2020-11-20 12:44:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-20 09:44:51 -0800 |
| commit | 46068e8a37b41a7a0ba4f485a90d88d3a1071f33 (patch) | |
| tree | 41c3fdad552efa9c4cc0d89954690c130d8539e6 /ports/python3/portfile.cmake | |
| parent | e803bf11296d8e7900dafb41e7b1224778d33dc6 (diff) | |
| download | vcpkg-46068e8a37b41a7a0ba4f485a90d88d3a1071f33.tar.gz vcpkg-46068e8a37b41a7a0ba4f485a90d88d3a1071f33.zip | |
[python3] Upgrade to 3.9.0 (#14510)
* [python3] Bump to 3.8.6.
* [python3] Bump to 3.9.0.
* [itk] Correct python artifact names.
* [pybind11] Update python artifact names.
* [vcpkg_find_acquire_program] Bump PYTHON3 to 3.9.0.
Diffstat (limited to 'ports/python3/portfile.cmake')
| -rw-r--r-- | ports/python3/portfile.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake index 087e59a03..40b1aeacb 100644 --- a/ports/python3/portfile.cmake +++ b/ports/python3/portfile.cmake @@ -4,8 +4,8 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic AND VCPKG_CRT_LINKAGE STREQUAL static endif() set(PYTHON_VERSION_MAJOR 3) -set(PYTHON_VERSION_MINOR 8) -set(PYTHON_VERSION_PATCH 3) +set(PYTHON_VERSION_MINOR 9) +set(PYTHON_VERSION_PATCH 0) set(PYTHON_VERSION ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.${PYTHON_VERSION_PATCH}) if(VCPKG_TARGET_IS_WINDOWS) @@ -21,7 +21,7 @@ vcpkg_from_github( OUT_SOURCE_PATH TEMP_SOURCE_PATH REPO python/cpython REF v${PYTHON_VERSION} - SHA512 eb264a858ef55f2f61b53f663454be6e99ffe9035d8fcdb3366d7a08fd3b295613e5d15e93e2e4b9b18ad297d8c17139bde5e90e396db04fe04c6f441a443fd2 + SHA512 39d304cae181674c4872c63768c0e5aeace2c92eb6d5ea550428d65c8571bc60922b3a3d484b51c46b466aadb7e27500559cafec13a489b48613bbb3fe6a5a5d HEAD_REF master PATCHES ${PATCHES} ) |
