ajhahn.de
← scoop-eeco commits

Commit

scoop-eeco

eeco v1.27.3: sync eeco.json

Anton · May 2026 · 4b717ad74026d35ce5a45661b6774df66dfa5cb4 · view on GitHub →

added bucket/eeco.json
@@ -0,0 +1,29 @@
{
"version": "1.27.3",
"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/v1.27.3/eeco_v1.27.3_windows_amd64.zip",
"hash": "d6dce6c5643f5964853e7a7a5fefe44455c273ad204536a1841485145daf8765",
"bin": "windows_amd64\\eeco.exe"
},
"arm64": {
"url": "https://github.com/ajhahnde/eeco/releases/download/v1.27.3/eeco_v1.27.3_windows_arm64.zip",
"hash": "9e24c32d00da132c5a2ea61ea6d55e825ad08abf7635825a55f081f69f56d6cb",
"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"
}
}
}
}