mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
nasm: Update to version 3.01
This commit is contained in:
parent
fc06531a70
commit
dbcbde2401
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"version": "3.00",
|
"version": "3.01",
|
||||||
"description": "80x86 and x86-64 assembler designed for portability and modularity.",
|
"description": "80x86 and x86-64 assembler designed for portability and modularity.",
|
||||||
"homepage": "https://www.nasm.us",
|
"homepage": "https://www.nasm.us",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.00/win64/nasm-3.00-win64.zip",
|
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.01/win64/nasm-3.01-win64.zip",
|
||||||
"hash": "bec5259760c1db38bcce247ab02eff567666486789574161a7a1aa7da9cf6af7"
|
"hash": "e0ba5157007abc7b1a65118a96657a961ddf55f7e3f632ee035366dfce039ca4"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.00/win32/nasm-3.00-win32.zip",
|
"url": "https://www.nasm.us/pub/nasm/releasebuilds/3.01/win32/nasm-3.01-win32.zip",
|
||||||
"hash": "49a71393f54c2b0793b1a8a965c4fecbfe1a282c59767313aa51d789d7bb4c79"
|
"hash": "aea1a327ae163c5b1df066d5e3c7ce5c574fbea997731d11417b9e10dca4d9b1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nasm-3.00",
|
"extract_dir": "nasm-3.01",
|
||||||
"bin": [
|
"bin": [
|
||||||
"nasm.exe",
|
"nasm.exe",
|
||||||
"ndisasm.exe"
|
"ndisasm.exe"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user