mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
682 B
JSON
22 lines
682 B
JSON
{
|
|
"version": "1.4.2",
|
|
"description": "A modern personal independent blog system.",
|
|
"homepage": "https://halo.run",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar#/halo.jar",
|
|
"hash": "da6081d4267f05de428f432f01adb577b50bc772689e24f92fac1180fffe0097",
|
|
"bin": "halo.jar",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"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"
|
|
}
|
|
}
|