mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg_find_acquire(NASM).cmake] add nasm mirror (#38597)
depends on https://github.com/vcpkg/vcpkg.github.io/pull/161 Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
This commit is contained in:
parent
87a7640f85
commit
7ebd64e6bb
@ -6,6 +6,7 @@ if(CMAKE_HOST_WIN32)
|
||||
set(download_urls
|
||||
"https://www.nasm.us/pub/nasm/releasebuilds/${program_version}/win64/nasm-${program_version}-win64.zip"
|
||||
"https://gstreamer.freedesktop.org/src/mirror/nasm-${program_version}-win64.zip"
|
||||
"https://vcpkg.github.io/assets/nasm/nasm-${program_version}-win64.zip"
|
||||
)
|
||||
set(download_filename "nasm-${program_version}-win64.zip")
|
||||
set(download_sha512 ce4d02f530dc3376b4513f219bbcec128ee5bebd8a5c332599b48d8071f803d1538d7258fec7c2e9b4d725b8d7314cea2696289d0493017eb13bfe70e5cb5062)
|
||||
|
Loading…
x
Reference in New Issue
Block a user