diff --git a/bucket/file.json b/bucket/file.json index e04cf815fe..8ba29b5a03 100644 --- a/bucket/file.json +++ b/bucket/file.json @@ -1,15 +1,17 @@ { - "version": "5.03", + "version": "5.38", "description": "Determine file type.", - "homepage": "http://gnuwin32.sourceforge.net/packages/file.htm", - "license": "GPL-2.0-only", - "url": [ - "https://downloads.sourceforge.net/project/gnuwin32/file/5.03/file-5.03-bin.zip", - "https://downloads.sourceforge.net/project/gnuwin32/file/5.03/file-5.03-dep.zip" - ], - "hash": [ - "sha1:fcf8946fd56e64fa34d1a9cff53671e5ff89f3de", - "sha1:3a8cc3b5c2c2d1d1686c8a14a474d38686bab873" - ], - "bin": "bin\\file.exe" + "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" + }, + "32bit": { + "url": "https://github.com/julian-r/file-windows/releases/download/v5.38/file_5.38-build49-vs2019-x86.zip", + "hash": "5604a2d55df649a648c5547bdaa7801da73e047906ba6f848f0aa2baf38f38bb" + } + }, + "bin": "file.exe" }