ScoopInstaller_Main/bucket/meilisearch.json
2024-07-01 08:28:55 +00:00

22 lines
764 B
JSON

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