2025-09-16 00:36:56 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.64.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.64.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.64.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"6349d6e73af08d16846dd59be32ab50907ef9f97c2b91ad3baa33504c5114568",
"7799d7062858d2fc71d3c69528c00ef070fbad18d4b15fdfe797998df3e2222e"
]
}
},
"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"
]
}
}
}
}