2021-12-02 10:00:32 +00:00

26 lines
869 B
JSON

{
"version": "2.2.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/2.2.0/enonic_2.2.0_Windows_64-bit.zip",
"hash": "8d572755416ff376349cc947299d3f6da329d2e5ebd5d097b91e00f96dfc1a33"
}
},
"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"
}
}
}
}