ScoopInstaller_Main/bucket/meilisearch.json
2024-11-14 20:28:48 +00:00

22 lines
766 B
JSON

{
"version": "1.11.3",
"description": "An open-source RESTful search API written in Rust",
"homepage": "https://github.com/meilisearch/meilisearch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/meilisearch/meilisearch/releases/download/v1.11.3/meilisearch-windows-amd64.exe#/meilisearch.exe",
"hash": "2b1439081b71c0f29aae1db7466b4f242c6daa0c3969a775100a881b12e96f36"
}
},
"bin": "meilisearch.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/meilisearch/meilisearch/releases/download/v$version/meilisearch-windows-amd64.exe#/meilisearch.exe"
}
}
}
}