[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:
Javier Matos Denizac 2024-05-09 16:07:20 -04:00 committed by GitHub
parent 87a7640f85
commit 7ebd64e6bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)