Skip to content

Commit

Permalink
[vcpkg-find-acquire-program] Add mirror to nasm. (#32806)
Browse files Browse the repository at this point in the history
* Add mirror to nasm.

See #2777 (comment).

* Use mirror from gstreamer.freedesktop.org.
  • Loading branch information
teo-tsirpanis authored Aug 7, 2023
1 parent a109b7c commit fe1369a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_find_acquire_program(NASM).cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set(program_version 2.16.01)
set(paths_to_search "${DOWNLOADS}/tools/nasm/nasm-${program_version}")
set(brew_package_name "nasm")
set(apt_package_name "nasm")
set(download_urls "https://www.nasm.us/pub/nasm/releasebuilds/${program_version}/win64/nasm-${program_version}-win64.zip")
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")
set(download_filename "nasm-${program_version}-win64.zip")
set(download_sha512 ce4d02f530dc3376b4513f219bbcec128ee5bebd8a5c332599b48d8071f803d1538d7258fec7c2e9b4d725b8d7314cea2696289d0493017eb13bfe70e5cb5062)

0 comments on commit fe1369a

Please sign in to comment.