2025-07-10 00:41:32 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.49.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.49.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.49.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"d4f2fbc2783c2b15b1a885d8b21e58a6fa8813bbb36306b7baf4458b16e1228e",
"14aee4ec946f6711a9f612e2ba37e79eb8be391f2b763dc93eb8395341eacb3d"
]
}
},
"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"
]
}
}
}
}