2024-05-10 08:35:31 +00:00

26 lines
899 B
JSON

{
"version": "3.0.1",
"description": "Project and instances manager for Enonic 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/3.0.1/enonic_3.0.1_Windows_64-bit.zip",
"hash": "e382b9bfec3bfa89f908972259a9e8f0d9233cd9526bb4404a0b87da46ac470b"
}
},
"bin": "enonic.exe",
"checkver": {
"url": "https://repo.enonic.com/service/rest/repository/browse/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"
}
}
}
}