mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
- Closes lukesampson/scoop-extras#1906 Co-Authored-By: Thomas Sigdestad <tsi@enonic.com> Co-Authored-By: Richard Kuhnt <r15ch13+git@gmail.com>
26 lines
869 B
JSON
26 lines
869 B
JSON
{
|
|
"version": "1.0.9",
|
|
"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.0.9/enonic_1.0.9_Windows_64-bit.zip",
|
|
"hash": "00963311f2c595df0bd91aed5da95e3032a0515ad9f2f919af088c350a0d228b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|