2025-05-08 20:30:00 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.34.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.34.0/harper-ls-x86_64-pc-windows-msvc.zip",
"https://github.com/Automattic/harper/releases/download/v0.34.0/harper-cli-x86_64-pc-windows-msvc.zip"
],
"hash": [
"afee75c6d45aa0e1c51673b4a5b2a228769230482e9ddb4d1d94c2879e93304e",
"58292f219c951c59add31850952d0ffafe42fb9271ad1207b5e46331b1d7015b"
]
}
},
"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"
]
}
}
}
}