ScoopInstaller_Main/bucket/meilisearch.json
2025-06-09 12:31:43 +00:00

22 lines
766 B
JSON

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