2025-08-04 16:31:51 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.55.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.55.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.55.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"55fb3831bba25c57d9aa6922d3d26f5fa5aeb7f19d0652ad4d8aec206f2a0a9c",
"2df2579a1e3ca34e9e0ce6cac2be4a2b7d6834317faec94c9a1a2d90ba18909d"
]
}
},
"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"
]
}
}
}
}