file: Update to version 5.38

This commit is contained in:
Rashil Gandhi 2021-12-28 22:58:43 +05:30 committed by GitHub
parent b9c218f90d
commit 9ed361e76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,17 @@
{ {
"version": "5.03", "version": "5.38",
"description": "Determine file type.", "description": "Determine file type.",
"homepage": "http://gnuwin32.sourceforge.net/packages/file.htm", "homepage": "https://www.darwinsys.com/file",
"license": "GPL-2.0-only", "license": "MIT",
"url": [ "architecture": {
"https://downloads.sourceforge.net/project/gnuwin32/file/5.03/file-5.03-bin.zip", "64bit": {
"https://downloads.sourceforge.net/project/gnuwin32/file/5.03/file-5.03-dep.zip" "url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x64.zip",
], "hash": "4dd53394b90141af1f5a4e0549fc059aa1a754407e8ba70a1e6663b489f4cbdd"
"hash": [ },
"sha1:fcf8946fd56e64fa34d1a9cff53671e5ff89f3de", "32bit": {
"sha1:3a8cc3b5c2c2d1d1686c8a14a474d38686bab873" "url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x86.zip",
], "hash": "5604a2d55df649a648c5547bdaa7801da73e047906ba6f848f0aa2baf38f38bb"
"bin": "bin\\file.exe" }
},
"bin": "file.exe"
} }