2025-03-21 20:27:22 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.26.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.26.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.26.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"5b99ab423b0a38e916150ec7c4291aaf2cc5d4f4487ac9f7a9c39fa2ab098cc4",
"18ca74a4339b5f1618f6b6957f63b5eac75418b2d511b5cae898acf5686a2c35"
]
}
},
"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"
]
}
}
}
}