mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
file: Update to version 5.43 (#4261)
This commit is contained in:
parent
2105d085dd
commit
dc8fd2e91a
@ -1,17 +1,37 @@
|
|||||||
{
|
{
|
||||||
"version": "5.38",
|
"version": "5.43",
|
||||||
"description": "Determine file type.",
|
"description": "Determine file type.",
|
||||||
"homepage": "https://www.darwinsys.com/file",
|
"homepage": "https://www.darwinsys.com/file",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x64.zip",
|
"url": "https://github.com/rkitover/file-windows/releases/download/v5.43/file_5.43-x86_64.7z",
|
||||||
"hash": "4dd53394b90141af1f5a4e0549fc059aa1a754407e8ba70a1e6663b489f4cbdd"
|
"hash": "04fbd8868660d1a654b07c7e8b1edc81827795c362a5f25cad946efb11fc148f"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x86.zip",
|
"url": "https://github.com/rkitover/file-windows/releases/download/v5.43/file_5.43-x86_32.7z",
|
||||||
"hash": "5604a2d55df649a648c5547bdaa7801da73e047906ba6f848f0aa2baf38f38bb"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user