Update Nuget to Version 6.11.1 (#43012)

This commit is contained in:
Boris Petkov 2024-12-31 17:33:12 +01:00 committed by GitHub
parent fc75cfe2f8
commit 6e50d48dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
set(program_name nuget)
set(brew_package_name "nuget")
if(CMAKE_HOST_WIN32)
set(download_urls "https://dist.nuget.org/win-x86-commandline/v5.11.0/nuget.exe")
set(download_filename "nuget.5.11.0.exe")
set(download_sha512 06a337c9404dec392709834ef2cdbdce611e104b510ef40201849595d46d242151749aef65bc2d7ce5ade9ebfda83b64c03ce14c8f35ca9957a17a8c02b8c4b7)
set(tool_subdirectory "5.11.0")
set(download_urls "https://dist.nuget.org/win-x86-commandline/v6.11.1/nuget.exe")
set(download_filename "nuget.6.11.1.exe")
set(download_sha512 8E139D1C4A97F35625E261DF07AC5B3ECB6B931907D303E3B0FCCA26EC537FF667FF49CA15CB57909B30A262EA39EF678C4CBF33C99658162E58A6648D336D52)
set(tool_subdirectory "6.11.1")
set(paths_to_search "${DOWNLOADS}/tools/nuget-${tool_subdirectory}-windows")
set(raw_executable ON)
set(rename_binary_to "nuget.exe")