ScoopInstaller_Main/bucket/meilisearch.json
2025-11-24 16:29:50 +00:00

22 lines
766 B
JSON

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