mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[vcpkg] Update git to 2.26.2 (#10932)
* Update git to 2.26.1 * [vcpkg] Update git to 2.26.2 Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
parent
6c13c24d44
commit
b6cd6ca0ba
@ -90,10 +90,10 @@ function(vcpkg_find_acquire_program VAR)
|
||||
elseif(VAR MATCHES "GIT")
|
||||
set(PROGNAME git)
|
||||
if(CMAKE_HOST_WIN32)
|
||||
set(SUBDIR "git-2.25.1-1-windows")
|
||||
set(URL "https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/PortableGit-2.25.1-32-bit.7z.exe")
|
||||
set(ARCHIVE "PortableGit-2.25.1-32-bit.7z.exe")
|
||||
set(HASH 222d6e384ecae5841cb02dc004c4b3f56659d19b662bc93ab531df844c9477c9717c4a1adfb8bc2d3159678238fa4c79ccbdcb5c116eea5eccd652f4b483359e)
|
||||
set(SUBDIR "git-2.26.2-1-windows")
|
||||
set(URL "https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-32-bit.7z.exe")
|
||||
set(ARCHIVE "PortableGit-2.26.2-32-bit.7z.exe")
|
||||
set(HASH d3cb60d62ca7b5d05ab7fbed0fa7567bec951984568a6c1646842a798c4aaff74bf534cf79414a6275c1927081a11b541d09931c017bf304579746e24fe57b36)
|
||||
set(PATHS
|
||||
"${DOWNLOADS}/tools/${SUBDIR}/mingw32/bin"
|
||||
"${DOWNLOADS}/tools/git/${SUBDIR}/mingw32/bin")
|
||||
|
@ -29,11 +29,11 @@
|
||||
<archiveName>cmake-3.12.4-FreeBSD-x86_64.tar.gz</archiveName>
|
||||
</tool>
|
||||
<tool name="git" os="windows">
|
||||
<version>2.25.1-1</version>
|
||||
<version>2.26.2-1</version>
|
||||
<exeRelativePath>mingw32\bin\git.exe</exeRelativePath>
|
||||
<url>https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/PortableGit-2.25.1-32-bit.7z.exe</url>
|
||||
<sha512>222d6e384ecae5841cb02dc004c4b3f56659d19b662bc93ab531df844c9477c9717c4a1adfb8bc2d3159678238fa4c79ccbdcb5c116eea5eccd652f4b483359e</sha512>
|
||||
<archiveName>PortableGit-2.25.1-32-bit.7z.exe</archiveName>
|
||||
<url>https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-32-bit.7z.exe</url>
|
||||
<sha512>d3cb60d62ca7b5d05ab7fbed0fa7567bec951984568a6c1646842a798c4aaff74bf534cf79414a6275c1927081a11b541d09931c017bf304579746e24fe57b36</sha512>
|
||||
<archiveName>PortableGit-2.26.2-32-bit.7z.exe</archiveName>
|
||||
</tool>
|
||||
<tool name="git" os="linux">
|
||||
<version>2.7.4</version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user