ScoopInstaller_Main/bucket/meilisearch.json
2025-06-11 16:29:59 +00:00

22 lines
766 B
JSON

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