mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
enomic: Update version to 2.3.0 (#3383)
* 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>
This commit is contained in:
parent
a700ae4895
commit
eb57be8e46
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "2.2.0",
|
||||
"description": "Project and instances manager for Enomic XP.",
|
||||
"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.2.0/enonic_2.2.0_Windows_64-bit.zip",
|
||||
"hash": "8d572755416ff376349cc947299d3f6da329d2e5ebd5d097b91e00f96dfc1a33"
|
||||
"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/public/com/enonic/cli/enonic/",
|
||||
"regex": "<a[^>]+>([\\d.]+)/</a>",
|
||||
"url": "https://repo.enonic.com/service/rest/repository/browse/public/com/enonic/cli/enonic/",
|
||||
"regex": "<a[^>]+>([\\d.]+)</a>",
|
||||
"reverse": true
|
||||
},
|
||||
"autoupdate": {
|
||||
Loading…
x
Reference in New Issue
Block a user