mold: Add version 2.40.4 (#7325)

This commit is contained in:
Tyarel8 2025-11-18 04:35:24 +01:00 committed by GitHub
parent b2ecdf26ba
commit e8e66209c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/mold.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}