mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
19 lines
628 B
JSON
19 lines
628 B
JSON
{
|
|
"version": "1.5.0",
|
|
"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.0/halo-1.5.0.jar#/halo.jar",
|
|
"hash": "3731e24d2a50d05e0fa2d22d5731b42a627785832323c9c4666d4eee38530672",
|
|
"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"
|
|
}
|
|
}
|