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
{
|
|
"homepage": "https://halo.run",
|
|
"version": "1.3.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"description": "A modern personal independent blog system.",
|
|
"url": "https://github.com/halo-dev/halo/releases/download/v1.3.0/halo-1.3.0.jar#/halo.jar",
|
|
"hash": "0c830a33a649b0e5482cb76b46201a1f463c5c12bca1cf4b78db0853ea1b62dd",
|
|
"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"
|
|
}
|
|
}
|