2025-10-16 00:38:15 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.68.0",
"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.68.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.68.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"ab8b6d0e3954e47582ae072936a0176778ff81199752a66427b58878275811c5",
"a9bac858b0f4dae68afa16f6a0409179b9526f583cfafc6bd5954f115e483053"
]
}
},
"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"
]
}
}
}
}