From b36228af4f82a4f7315fa68c177aa35b58eb0c7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:28:35 +0000 Subject: [PATCH] nasm: Update to version 3.00 --- bucket/nasm.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/nasm.json b/bucket/nasm.json index 172c8b394d..41571301af 100644 --- a/bucket/nasm.json +++ b/bucket/nasm.json @@ -1,19 +1,19 @@ { - "version": "2.16.03", + "version": "3.00", "description": "80x86 and x86-64 assembler designed for portability and modularity.", "homepage": "https://www.nasm.us", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win64/nasm-2.16.03-win64.zip", - "hash": "3ee4782247bcb874378d02f7eab4e294a84d3d15f3f6ee2de2f47a46aa7226e6" + "url": "https://www.nasm.us/pub/nasm/releasebuilds/3.00/win64/nasm-3.00-win64.zip", + "hash": "bec5259760c1db38bcce247ab02eff567666486789574161a7a1aa7da9cf6af7" }, "32bit": { - "url": "https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win32/nasm-2.16.03-win32.zip", - "hash": "1881d062da8a2f02d832c3d47262697817541bcbb853126638ad209ea6ffe5b0" + "url": "https://www.nasm.us/pub/nasm/releasebuilds/3.00/win32/nasm-3.00-win32.zip", + "hash": "49a71393f54c2b0793b1a8a965c4fecbfe1a282c59767313aa51d789d7bb4c79" } }, - "extract_dir": "nasm-2.16.03", + "extract_dir": "nasm-3.00", "bin": [ "nasm.exe", "ndisasm.exe"