Skip to content

Commit

Permalink
[vcpkg_find_acquire(NASM).cmake] add nasm mirror (#38597)
Browse files Browse the repository at this point in the history
depends on vcpkg/vcpkg.github.io#161

Co-authored-by: Javier Matos <[email protected]>
  • Loading branch information
JavierMatosD and Javier Matos authored May 9, 2024
1 parent 87a7640 commit 7ebd64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cmake/vcpkg_find_acquire_program(NASM).cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ebd64e

Please sign in to comment.