2025-06-20 20:29:24 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.44.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.44.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.44.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"289421884af70b3b1d628aa0ff23b9e871fed413e2f58d115f47e203901bc715",
"a003ea707d0af2c38e7bf277ddbc913958ba7a618f27f005303d178a99bd4c17"
]
}
},
"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"
]
}
}
}
}