2026-02-05 00:53:06 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.6.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.6.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v1.6.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"df4573ffebd4e7794007c794a4a72d685acceed5a0e4aa6bd55d49a4f4a6d640",
"ede6606d8268ed0e18948aa53d116f6082aa8e8d8fff1abdd6c76499ebb02e5f"
]
}
},
"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"
]
}
}
}
}