2025-05-15 00:38:45 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.35.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.35.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.35.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"ead97cfc7feaa03de283ead5c61b8f851c8e658776d87d71433a3e2725343ed1",
"3f67147da0d1b2d7f218ef2817b50b24fdbc2eacadd202ff101b6adef3874b85"
]
}
},
"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"
]
}
}
}
}