2025-11-06 16:30:33 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.71.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.71.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.71.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"bda93faac2e5e52286c852e30d56c1ee8c2d65e54f316e174f9c41736befba9b",
"fdc5e25c65e9af186e25354ccf71278f888b404be1d6424774249fdc3328902a"
]
}
},
"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"
]
}
}
}
}