ScoopInstaller_Main/bucket/meilisearch.json
2025-01-21 16:31:14 +00:00

22 lines
766 B
JSON

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