2020-07-02 09:00:28 +00:00

26 lines
869 B
JSON

{
"version": "1.3.0",
"description": "Project and instances manager for Enomic XP.",
"homepage": "https://developer.enonic.com/docs/enonic-cli/master",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://repo.enonic.com/public/com/enonic/cli/enonic/1.3.0/enonic_1.3.0_Windows_64-bit.zip",
"hash": "5cc6f5280fd34571c8270970f6458eeb1cbc4e58e2807f4abffedcbdbb7f5a92"
}
},
"bin": "enonic.exe",
"checkver": {
"url": "https://repo.enonic.com/public/com/enonic/cli/enonic/",
"regex": "<a[^>]+>([\\d.]+)/</a>",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://repo.enonic.com/public/com/enonic/cli/enonic/$version/enonic_$version_Windows_64-bit.zip"
}
}
}
}