yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meilisearch/v1.3.5
vault / meilisearch / v1.3.5

meilisearch @ v1.3.5

integrity

size
13.8 MiB
downloaded
last checked
source https://github.com/meilisearch/meilisearch · available · github

release notes

Bug fixes

⚠️ This only purpose of this release is to revert a bug fix we made in v1.3.3. Indeed #4038 fixes a bug preventing the use \ character at the end of a value in the filter search parameter. Unfortunately, this bug fix introduced a breaking in the filter usage: forcing to escape each \. We shouldn't have released this kind of bug fix in a patch version. If you are already using v1.3.3 or v1.3.4 and your filter works without any issue, not need to upgrade to v1.3.5.

download

unix · zip
curl -fL -o v1.3.5.zip https://ratatoskr.space/pkg/meilisearch/v1.3.5.zip
                    printf '%s  %s\n' 'da21602f08e7f26a2a4394bdef8eced0a1669cacbc8a8eb2eae274b57c400a66' 'v1.3.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.3.5.zip"
$out = "v1.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da21602f08e7f26a2a4394bdef8eced0a1669cacbc8a8eb2eae274b57c400a66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.5.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.3.5.tar.gz
                    printf '%s  %s\n' '295a0105a3e947f0354d6cd38e37bf4f07bdad5640e20616c2b8d227826ebb1c' 'v1.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.3.5.tar.gz"
$out = "v1.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "295a0105a3e947f0354d6cd38e37bf4f07bdad5640e20616c2b8d227826ebb1c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.3.5.zip
                    printf '%s  %s\n' 'da21602f08e7f26a2a4394bdef8eced0a1669cacbc8a8eb2eae274b57c400a66' 'v1.3.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.3.5.zip"
$out = "v1.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da21602f08e7f26a2a4394bdef8eced0a1669cacbc8a8eb2eae274b57c400a66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.3.5.tar.gz
                    printf '%s  %s\n' '295a0105a3e947f0354d6cd38e37bf4f07bdad5640e20616c2b8d227826ebb1c' 'v1.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.3.5.tar.gz"
$out = "v1.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "295a0105a3e947f0354d6cd38e37bf4f07bdad5640e20616c2b8d227826ebb1c") { throw "sha256 mismatch" }
artifact format size hashes
v1.3.5.zip zip 13.8 MiB
blake3-24 539f3c8c83cfb4f5ad97e67bb05a8097dec85133ea89452f
sha256 da21602f08e7f26a2a4394bdef8eced0a1669cacbc8a8eb2eae274b57c400a66
sha1 cb7eeee37ae45a355a4c900eae0aa12e80a55d52
v1.3.5.tar.gz tar.gz 13.2 MiB
blake3-24 56b968d0471afc271896ed443b64349d13a9ee27bc33fafd
sha256 295a0105a3e947f0354d6cd38e37bf4f07bdad5640e20616c2b8d227826ebb1c
sha1 2e5053e480b05c0a7dc482953c6ca36e48342050

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.3.5.tar.gz"],
    integrity = "sha256-KVoBBaPpR/A1TWzTjje/Twe9rVZA4gYWwrjSJ4Juuxw=",
    strip_prefix = "meilisearch-v1.3.5",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.3.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.3.5.tar.gz"],
    integrity = "sha256-KVoBBaPpR/A1TWzTjje/Twe9rVZA4gYWwrjSJ4Juuxw=",
    strip_prefix = "meilisearch-v1.3.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.3.5.tar.gz",
← v1.4.1v1.3.4 →