vault / meilisearch / v1.12.4
meilisearch @ v1.12.4
integrity
- size
- 15.4 MiB
- downloaded
- last checked
release notes
Fixes 🪲
- The indexing process no longer starts an infinite loop in some circumstances by @dureuill in https://github.com/meilisearch/meilisearch/pull/5242
- The indexing process no longer fails task when attempting to delete keys that are not in the DB, also in https://github.com/meilisearch/meilisearch/pull/5242
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.3...v1.12.4
download
unix · zip
curl -fL -o v1.12.4.zip https://ratatoskr.space/pkg/meilisearch/v1.12.4.zip
printf '%s %s\n' 'df3a967f751ea2ba35ecd765324da17414e4253ca61a5060de8cd7080a30018c' 'v1.12.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.4.zip"
$out = "v1.12.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df3a967f751ea2ba35ecd765324da17414e4253ca61a5060de8cd7080a30018c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.4.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.12.4.tar.gz
printf '%s %s\n' 'd1192189150db45287e461153eefa97993975b8debb4289e60c86193b9157a25' 'v1.12.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.4.tar.gz"
$out = "v1.12.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1192189150db45287e461153eefa97993975b8debb4289e60c86193b9157a25") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.12.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.4.zip
printf '%s %s\n' 'df3a967f751ea2ba35ecd765324da17414e4253ca61a5060de8cd7080a30018c' 'v1.12.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.4.zip"
$out = "v1.12.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df3a967f751ea2ba35ecd765324da17414e4253ca61a5060de8cd7080a30018c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.4.tar.gz
printf '%s %s\n' 'd1192189150db45287e461153eefa97993975b8debb4289e60c86193b9157a25' 'v1.12.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.4.tar.gz"
$out = "v1.12.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1192189150db45287e461153eefa97993975b8debb4289e60c86193b9157a25") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.12.4.zip | zip | 15.4 MiB |
blake3-24 0f905d088db5bd3155e78aa104d4ddb8991d11250c54b744
sha256 df3a967f751ea2ba35ecd765324da17414e4253ca61a5060de8cd7080a30018c
sha1 467f27d495cb181117d6c3cd7b96348e6e8dad2d
|
| v1.12.4.tar.gz | tar.gz | 14.8 MiB |
blake3-24 924384030f2f568931f583038bdaaa8ffc4c86bea48f9f5c
sha256 d1192189150db45287e461153eefa97993975b8debb4289e60c86193b9157a25
sha1 a60a91c6a4d12d36d4255c133fc06c81b6943975
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.12.4.tar.gz"],
integrity = "sha256-0RkhiRUNtFKH5GEVPu+peZOXW43rtCieYMhhk7kVeiU=",
strip_prefix = "meilisearch-v1.12.4",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.12.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.4.tar.gz"],
integrity = "sha256-0RkhiRUNtFKH5GEVPu+peZOXW43rtCieYMhhk7kVeiU=",
strip_prefix = "meilisearch-v1.12.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.4.tar.gz",