ScoopInstaller_Main/bucket/meilisearch.json
2024-06-10 12:31:21 +00:00

22 lines
764 B
JSON

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