ScoopInstaller_Main/bucket/meilisearch.json
2024-10-10 16:30:25 +00:00

22 lines
766 B
JSON

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