diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-04-10 12:34:46 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-10 12:34:46 -0700 |
| commit | 880181892e83b89657207777b1f2ce40fe3d31cb (patch) | |
| tree | bd597228969b01233319e1001c6f105757658bac | |
| parent | 8c3e093d0509fb0c7cc325692834fc1583a05390 (diff) | |
| download | vcpkg-880181892e83b89657207777b1f2ce40fe3d31cb.tar.gz vcpkg-880181892e83b89657207777b1f2ce40fe3d31cb.zip | |
partial update for testing
| -rw-r--r-- | ports/fdlibm/portfile.cmake | 3 | ||||
| -rw-r--r-- | scripts/vcpkgTools.xml | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ports/fdlibm/portfile.cmake b/ports/fdlibm/portfile.cmake index 6e528f368..eef4de99f 100644 --- a/ports/fdlibm/portfile.cmake +++ b/ports/fdlibm/portfile.cmake @@ -4,7 +4,8 @@ vcpkg_from_git( OUT_SOURCE_PATH SOURCE_PATH
URL https://android.googlesource.com/platform/external/fdlibm
REF 59f7335e4dd8275a7dc2f8aeb4fd00758fde37ac
- SHA512 bc788c840a57716f996513980d31b203bd86ce9af1ac3656a187266bfdc2fbb22a9ddf88f79ffc91dd75f3f1f1e4fd3449a42b566ffe5e49e9384efd91a68613
+ SHA512 75c49ba2875b73e0bfe3a4595be1478ce6041236653b803b02ba00997652c969c351c9647923692af0799149da86c737467ab2954bd8845a2f75b14fde71ac29
+ #bc788c840a57716f996513980d31b203bd86ce9af1ac3656a187266bfdc2fbb22a9ddf88f79ffc91dd75f3f1f1e4fd3449a42b566ffe5e49e9384efd91a68613
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index 15f891979..b4af7039e 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -29,11 +29,11 @@ <archiveName>cmake-3.12.4-FreeBSD-x86_64.tar.gz</archiveName> </tool> <tool name="git" os="windows"> - <version>2.20.0</version> + <version>2.21.0</version> <exeRelativePath>mingw32\bin\git.exe</exeRelativePath> - <url>https://github.com/git-for-windows/git/releases/download/v2.20.0.windows.1/PortableGit-2.20.0-32-bit.7z.exe</url> - <sha512>81647a87df9fde0945ef597cb1cafd8f5f42859da89e9b1db55222a261407bc16bdcc0cf1e86e315697f0981832fe10fc02845cad4b4c82ea64bbd218aec6a49</sha512> - <archiveName>PortableGit-2.20.0-32-bit.7z.exe</archiveName> + <url>https://github.com/git-for-windows/git/releases/download/v2.21.0.windows.1/PortableGit-2.21.0-32-bit.7z.exe</url> + <sha512>0</sha512> + <archiveName>PortableGit-2.21.0-32-bit.7z.exe</archiveName> </tool> <tool name="git" os="linux"> <version>2.7.4</version> |
