2025-08-07 00:45:18 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.56.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.56.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.56.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"18afe0586506f72ffc155a9ddb119c71d2f3a3fbf17bced1ac72ffd79f9e668c",
"2e832643d684fca9fc2cfc5864367863e1cc681edd72a9bef357995772651403"
]
}
},
"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"
]
}
}
}
}