2025-09-09 00:37:53 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.62.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.62.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.62.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"b49804f364a15cf41acc987dfad436f5777052b531009009374e55bf27f0892c",
"9e5359b045e210723364f14f9572800a76f1bcde4f86d17dd1a5986ea1d6bcb3"
]
}
},
"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"
]
}
}
}
}