mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "5.43",
|
|
"description": "Determine file type.",
|
|
"homepage": "https://www.darwinsys.com/file",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rkitover/file-windows/releases/download/v5.43/file_5.43-x86_64.7z",
|
|
"hash": "04fbd8868660d1a654b07c7e8b1edc81827795c362a5f25cad946efb11fc148f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rkitover/file-windows/releases/download/v5.43/file_5.43-x86_32.7z",
|
|
"hash": "ecd0fc5af8aef0c5915efbad1ff42fb67cb38e474a5a75b0ef5f537f211bc1f5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/rkitover/file-windows/releases/download/v5.43/file_5.43-arm64.7z",
|
|
"hash": "1750445403705ac54cf25303f198ef7d74f26d4ebf7a25155c6a0784899d5320"
|
|
}
|
|
},
|
|
"bin": "file.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rkitover/file-windows"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rkitover/file-windows/releases/download/v$version/file_$version-x86_64.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rkitover/file-windows/releases/download/v$version/file_$version-x86_32.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/rkitover/file-windows/releases/download/v$version/file_$version-arm64.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|