ScoopInstaller_Main/bucket/meilisearch.json
2024-12-23 12:32:35 +00:00

22 lines
766 B
JSON

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