ScoopInstaller_Main/bucket/meilisearch.json
2025-09-08 12:32:25 +00:00

22 lines
766 B
JSON

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