2025-07-25 16:30:18 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.53.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.53.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.53.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"0c6e90055b68a19d082d05c290965cce8d9d0e13ce592e7b99df362126aa7d27",
"303fe946437ca94dc1c6396ca62b40341464cc9e2dd19e80d3faa27b19de43b8"
]
}
},
"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"
]
}
}
}
}