nyagos: Add version 4.4.4_2 (#182)

This commit is contained in:
Tetsu 2019-06-29 10:54:34 +09:00 committed by Chawye Hsu
parent f8c983b210
commit 26c8e275d2

31
bucket/nyagos.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "4.4.4_2",
"description": "The hybrid Commandline Shell betweeeeeeen UNIX & DOS.",
"homepage": "https://github.com/zetamatta/nyagos",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/4.4.4_2/nyagos-4.4.4_2-windows-amd64.zip",
"hash": "1831f2252cd2344a93f22ba3f8966e37d03f2e697cddf7760573f2ebead1bd7c"
},
"32bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/4.4.4_2/nyagos-4.4.4_2-windows-386.zip",
"hash": "5438d123e6b0cefd9781806105634095f9e591cafe7bcd2ea486084fadd7fde4"
}
},
"bin": "nyagos.exe",
"checkver": {
"github": "https://github.com/zetamatta/nyagos",
"regex": "tag/([\\d._]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-windows-386.zip"
}
}
}
}