mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* enomic: Fix checkver URL Per https://github.com/ScoopInstaller/Main/runs/5537110586?check_suite_focus=true#step:3:257 * Update bucket/enomic.json Co-authored-by: tech189 <dlloyd189@gmail.com> * Update enomic.json * * Rename enomic.json to enonic.json Co-authored-by: tech189 <dlloyd189@gmail.com>
26 lines
899 B
JSON
26 lines
899 B
JSON
{
|
|
"version": "2.3.0",
|
|
"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/2.3.0/enonic_2.3.0_Windows_64-bit.zip",
|
|
"hash": "86e2db6fe45ded1faa38f04252833c372794b85077690c45c5e41cb1d9dbee9b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|