2025-01-29 00:35:53 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.18.1",
"description": "The Grammar Checker for Developers",
"homepage": "https://github.com/Automattic/harper",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": [
"https://github.com/Automattic/harper/releases/download/v0.18.1/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.18.1/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"69f67a1a2a50bc7a733b20419e0b5993cd0d9a9667b7629b10324cede21398f3",
"a44410dfd3eb0c7fdad21408229852fdf1e5e98fb30cce5506e18dabf0559062"
]
}
},
"bin": [
"harper-ls.exe",
"harper-cli.exe"
],
"checkver": {
"github": "https://github.com/Automattic/harper"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/Automattic/harper/releases/download/v$version/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v$version/harper-cli-x86_64-pc-windows-msvc.zip"
]
}
}
}
}