2025-01-31 20:27:36 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.19.1",
"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.19.1/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.19.1/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"6717c08db0e68b340ff881b15f40491e45ec9c5ed4352d04ed394f6559d7bf22",
"4a5f3cd961d2504b531cf1143ec5ecf6e34190b54b8fc7e019559ed844da4ad4"
]
}
},
"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"
]
}
}
}
}