Skip to content

Commit

Permalink
Update winfile to version 10.0.1806.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon93s committed Jul 3, 2018
1 parent 9ac61fe commit 37f1d86
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions 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",
Expand All @@ -22,5 +22,8 @@
"Winfile.exe",
"Winfile"
]
]
],
"autoupdate": {
"url": "https://github.com/Microsoft/winfile/releases/download/v$version/Winfile_v$version.zip"
}
}

0 comments on commit 37f1d86

Please sign in to comment.