mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.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.1.0/harper-ls-x86_64-pc-windows-msvc.zip",
|
|
"https://github.com/Automattic/harper/releases/download/v1.1.0/harper-cli-x86_64-pc-windows-msvc.zip"
|
|
],
|
|
"hash": [
|
|
"208ce11bb9b2ef80d771eb192d7246cafb6c13f041a5ba6b4b199c7284493217",
|
|
"db892f2f0f19771397f7c39ddf4dddb25c1a27074224acd04b3616ea21ff5c7b"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|