ScoopInstaller_Main/bucket/meilisearch.json
2025-08-04 16:31:52 +00:00

22 lines
766 B
JSON

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