mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
19 lines
628 B
JSON
19 lines
628 B
JSON
{
|
|
"version": "1.5.1",
|
|
"description": "A modern personal independent blog system.",
|
|
"homepage": "https://halo.run",
|
|
"license": "GPL-3.0-or-later",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/halo-dev/halo/releases/download/v1.5.1/halo-1.5.1.jar#/halo.jar",
|
|
"hash": "7cfc2a328a618162689a812b0c160029199452674eb0450998d2dba2a1b02fe3",
|
|
"bin": "halo.jar",
|
|
"checkver": {
|
|
"github": "https://github.com/halo-dev/halo"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/halo-dev/halo/releases/download/v$version/halo-$version.jar#/halo.jar"
|
|
}
|
|
}
|