2025-12-23 00:42:42 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.3.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/v1.3.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v1.3.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"aff09d3fdc8859e6eb8c42d4b0ac3a4cabe6999841c0795727e9603ff868cdbe",
"6b078bdf5137c69a8d6101eeed17ef7b58beb8fff249fc33d2cf8fe138d254c4"
]
}
},
"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"
]
}
}
}
}