mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
26 lines
869 B
JSON
26 lines
869 B
JSON
{
|
|
"version": "1.5.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.5.0/enonic_1.5.0_Windows_64-bit.zip",
|
|
"hash": "3b0fa57a3739ba8a774491ad9d4d9b8767406b94bab9557fe02d84f7064d8ae1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|