Adding Wyam. (#2228)

Add Wyam version 1.4.1
This commit is contained in:
Ghasan Al-Sakkaf 2018-04-27 19:47:44 +08:00 committed by Richard Kuhnt
parent 35fa479628
commit 220c103458

14
wyam.json Normal file
View File

@ -0,0 +1,14 @@
{
"homepage": "https://wyam.io",
"version": "1.4.1",
"license": "MIT",
"url": "https://github.com/Wyamio/Wyam/releases/download/v1.4.1/Wyam-v1.4.1.zip",
"hash": "962d6277398fef3f94fc0379d0f27b6dfab9e6a920acddf2d315578f2f56de64",
"bin": "wyam.exe",
"checkver": {
"github": "https://github.com/Wyamio/Wyam"
},
"autoupdate": {
"url": "https://github.com/Wyamio/Wyam/releases/download/v$version/Wyam-v$version.zip"
}
}