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.38.1
vault / meilisearch / v1.38.1

meilisearch @ v1.38.1

integrity

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

release notes

Meilisearch v1.38.1 fixes a regression we have seen in task processing, which caused the engine to stop processing tasks.

🪲 Bug fixes

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.38.0...v1.38.1

download

unix · zip
curl -fL -o v1.38.1.zip https://ratatoskr.space/pkg/meilisearch/v1.38.1.zip
                    printf '%s  %s\n' 'a1e5f22982fc71ecf3bfe3551a013beb3e0466670f088ae4bc7c9016833f984b' 'v1.38.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.38.1.zip"
$out = "v1.38.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a1e5f22982fc71ecf3bfe3551a013beb3e0466670f088ae4bc7c9016833f984b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.38.1.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.38.1.tar.gz
                    printf '%s  %s\n' 'fb56fe456b26cedf2d996ffcbbeeb6e070841716fbe7f934eed24e4fe193c0b3' 'v1.38.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.38.1.tar.gz"
$out = "v1.38.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb56fe456b26cedf2d996ffcbbeeb6e070841716fbe7f934eed24e4fe193c0b3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.38.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.1.zip
                    printf '%s  %s\n' 'a1e5f22982fc71ecf3bfe3551a013beb3e0466670f088ae4bc7c9016833f984b' 'v1.38.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.1.zip"
$out = "v1.38.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a1e5f22982fc71ecf3bfe3551a013beb3e0466670f088ae4bc7c9016833f984b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.38.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.1.tar.gz
                    printf '%s  %s\n' 'fb56fe456b26cedf2d996ffcbbeeb6e070841716fbe7f934eed24e4fe193c0b3' 'v1.38.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.1.tar.gz"
$out = "v1.38.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb56fe456b26cedf2d996ffcbbeeb6e070841716fbe7f934eed24e4fe193c0b3") { throw "sha256 mismatch" }
artifact format size hashes
v1.38.1.zip zip 20.2 MiB
blake3-24 70a828e5d31539fa1b14e922778900b13a58f20d878804a4
sha256 a1e5f22982fc71ecf3bfe3551a013beb3e0466670f088ae4bc7c9016833f984b
sha1 32c7f4114f337497e060c69664d446342598cfd1
v1.38.1.tar.gz tar.gz 19.2 MiB
blake3-24 574c83cba31ffcb3c47b420015785f801dcca0b323831f8c
sha256 fb56fe456b26cedf2d996ffcbbeeb6e070841716fbe7f934eed24e4fe193c0b3
sha1 b497dbccc9716233b51e544ee3fd74d6366799f3

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.38.1.tar.gz"],
    integrity = "sha256-+1b+RWsmzt8tmW/8u+624HCEFxb75/k07tJOT+GTwLM=",
    strip_prefix = "meilisearch-v1.38.1",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.38.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.1.tar.gz"],
    integrity = "sha256-+1b+RWsmzt8tmW/8u+624HCEFxb75/k07tJOT+GTwLM=",
    strip_prefix = "meilisearch-v1.38.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.38.1.tar.gz",
← v1.38.2v1.38.0 →