ScoopInstaller_Main/bucket/meilisearch.json
2025-03-05 12:32:53 +00:00

22 lines
766 B
JSON

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