Pratik Chowdhury 2d7c452cd2
yasm: switch checkver and downloads to GitHub instead (#2798)
GitHub checkvers would usually be easy to maintain and we would not have version update problems in case the website changes for example
Easier for maintenance
2021-10-24 14:03:59 +08:00

31 lines
1.1 KiB
JSON

{
"version": "1.3.0",
"description": "Modular assembler based on NASM",
"homepage": "http://yasm.tortall.net/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"hash": "d160b1d97266f3f28a71b4420a0ad2cd088a7977c2dd3b25af155652d8d8d91f",
"url": "https://github.com/yasm/yasm/releases/download/v1.3.0/yasm-1.3.0-win64.exe#/yasm.exe"
},
"32bit": {
"hash": "db8ef9348ae858354cee4cc2f99e0f36de8a47a121de4cfeea5a16d45dd5ac1b",
"url": "https://github.com/yasm/yasm/releases/download/v1.3.0/yasm-1.3.0-win32.exe#/yasm.exe"
}
},
"bin": "yasm.exe",
"checkver": {
"github": "https://github.com/yasm/yasm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yasm/yasm/releases/download/v$version/yasm-$version-win64.exe#/yasm.exe"
},
"32bit": {
"url": "https://github.com/yasm/yasm/releases/download/v$version/yasm-$version-win32.exe#/yasm.exe"
}
}
}
}