diff --git a/winfile.json b/winfile.json index 74828cfaf108c..f86ae97124961 100644 --- a/winfile.json +++ b/winfile.json @@ -1,19 +1,19 @@ { "homepage": "https://github.com/Microsoft/winfile", "license": "MIT", - "version": "10.0.1805.1", + "version": "10.0.1806.1", "checkver": "github", - "url": "https://github.com/Microsoft/winfile/files/2010538/Winfile_v10.0.1805.1.zip", - "hash": "02ad0d1c50fec7dc2477841bc50cae37c1885415c8a3312b21b909653341414b", - "depends": [ + "url": "https://github.com/Microsoft/winfile/releases/download/v10.0.1806.1/Winfile_v10.0.1806.1.zip", + "hash": "98424e6e0f9fa6016103df0b02d72989523a6799121e45d173a65377312325dc", + "depends": [ "extras/vcredist2015" ], "architecture": { "64bit": { - "extract_dir": "x64" + "extract_dir": "x64" }, "32bit": { - "extract_dir": "x86" + "extract_dir": "x86" } }, "bin": "Winfile.exe", @@ -22,5 +22,8 @@ "Winfile.exe", "Winfile" ] - ] + ], + "autoupdate": { + "url": "https://github.com/Microsoft/winfile/releases/download/v$version/Winfile_v$version.zip" + } }