ScoopInstaller_Main/bucket/meilisearch.json
2025-12-22 20:30:55 +00:00

22 lines
766 B
JSON

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