2025-06-08 16:29:18 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.41.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.41.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.41.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"47b0fe5583fa453380809bbf709d581bb2eefb9597bd232e0319ab11807d613c",
"5e947c233b26bf75463c4bb00851258f0fe3713895c0e72b08e2091130b23e9d"
]
}
},
"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"
]
}
}
}
}