2025-05-16 00:39:58 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.36.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.36.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.36.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"a4b734f6658b7fa731311d9a072e2726c8e998d9af1f8dc25a15d59abff5012d",
"588c9c968095caae35ef38204e9ef10abf126dd0b23427b251464764c7acbfe8"
]
}
},
"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"
]
}
}
}
}