file: Update to version 5.43 (#4261)

This commit is contained in:
Brian 2022-12-22 01:52:27 -05:00 committed by GitHub
parent 2105d085dd
commit dc8fd2e91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,37 @@
{
"version": "5.38",
"version": "5.43",
"description": "Determine file type.",
"homepage": "https://www.darwinsys.com/file",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x64.zip",
"hash": "4dd53394b90141af1f5a4e0549fc059aa1a754407e8ba70a1e6663b489f4cbdd"
"url": "https://github.com/rkitover/file-windows/releases/download/v5.43/file_5.43-x86_64.7z",
"hash": "04fbd8868660d1a654b07c7e8b1edc81827795c362a5f25cad946efb11fc148f"
},
"32bit": {
"url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x86.zip",
"hash": "5604a2d55df649a648c5547bdaa7801da73e047906ba6f848f0aa2baf38f38bb"
"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"
"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"
}
}
}
}