ScoopInstaller_Main/bucket/meilisearch.json
2025-08-26 16:30:08 +00:00

22 lines
766 B
JSON

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