ScoopInstaller_Main/bucket/meilisearch.json
2025-10-13 16:30:20 +00:00

22 lines
766 B
JSON

{
"version": "1.23.0",
"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.23.0/meilisearch-windows-amd64.exe#/meilisearch.exe",
"hash": "62fa88ad8626562a49147a7095db9390835511a1bd15bf4555a1b01eead9c2a9"
}
},
"bin": "meilisearch.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/meilisearch/meilisearch/releases/download/v$version/meilisearch-windows-amd64.exe#/meilisearch.exe"
}
}
}
}