2025-06-27 20:29:11 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.46.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.46.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.46.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"4253a63bdb704a46d28ea8b32b23055b650198e0995c97bdda7941475df3deec",
"e0319355854147ee4497b73edc6eb7b1d2c72ecc7032d10d8537489b02ab6c8e"
]
}
},
"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"
]
}
}
}
}