JSON 30 lines
{
"version": "0.2.1",
"description": "Self-maintaining workflow ecosystem for a coding project",
"homepage": "https://github.com/ajhahnde/eeco",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ajhahnde/eeco/releases/download/v0.2.1/eeco_v0.2.1_windows_amd64.zip",
"hash": "e227e92d3444081c04d51dbc826de91213a037487fb67d794763ea9d99848fd0",
"bin": "windows_amd64\\eeco.exe"
},
"arm64": {
"url": "https://github.com/ajhahnde/eeco/releases/download/v0.2.1/eeco_v0.2.1_windows_arm64.zip",
"hash": "e35e3415a3c9899eea7fbef848dd1f40f72f15a9ee474b3c65f108ca528719e4",
"bin": "windows_arm64\\eeco.exe"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ajhahnde/eeco/releases/download/v$version/eeco_v$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/ajhahnde/eeco/releases/download/v$version/eeco_v$version_windows_arm64.zip"
}
}
}
}