meilisearch: Add version 1.7.6 (#5639)

---------

Co-authored-by: tech189 <dlloyd189@gmail.com>
This commit is contained in:
quantulr 2024-04-15 22:37:34 +08:00 committed by GitHub
parent 17e34310f0
commit d3194d9519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/meilisearch.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.7.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.7.6/meilisearch-windows-amd64.exe#/meilisearch.exe",
"hash": "1d97fb1f72e429ed93d334a63213602273488815dbfee12a9d7e4990b8ec4cb7"
}
},
"bin": "meilisearch.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/meilisearch/meilisearch/releases/download/v$version/meilisearch-windows-amd64.exe#/meilisearch.exe"
}
}
}
}