mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
22 lines
682 B
JSON
22 lines
682 B
JSON
{
|
|
"version": "1.4.1",
|
|
"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.1/halo-1.4.1.jar#/halo.jar",
|
|
"hash": "888c168dbc88249f5e51dd91d850f4c609383cda2beb8135dd5faccea84fdfbb",
|
|
"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"
|
|
}
|
|
}
|