mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +00:00
22 lines
674 B
JSON
22 lines
674 B
JSON
{
|
|
"version": "2.40.4",
|
|
"description": "mold: A Modern Linker 🦠",
|
|
"homepage": "https://github.com/rui314/mold",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rui314/mold/releases/download/v2.40.4/mold-2.40.4-x86_64-windows.zip",
|
|
"hash": "ed8c0a07424d29859c9655924ef208ace19592b813d65923f9faffb80a9ed744"
|
|
}
|
|
},
|
|
"bin": "bin/mold.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rui314/mold/releases/download/v$version/mold-$version-x86_64-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|