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

meilisearch @ v1.53.2

integrity

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

release notes

🪲 Bug fixes

🔒 Security

🔩 Miscellaneous

New Contributors

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.53.1...v1.53.2

download

unix · zip
curl -fL -o v1.53.2.zip https://ratatoskr.space/pkg/meilisearch/v1.53.2.zip
                    printf '%s  %s\n' '91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095' 'v1.53.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.53.2.zip"
$out = "v1.53.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.2.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz
                    printf '%s  %s\n' '9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea' 'v1.53.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz"
$out = "v1.53.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.53.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.zip
                    printf '%s  %s\n' '91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095' 'v1.53.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.zip"
$out = "v1.53.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz
                    printf '%s  %s\n' '9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea' 'v1.53.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz"
$out = "v1.53.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea") { throw "sha256 mismatch" }
artifact format size hashes
v1.53.2.zip zip 20.4 MiB
blake3-24 93a4a5555772003646e3e1f2e505a2697de5392c3d191ea9
sha256 91eaca500ad2717bf23d2e08e687de661c4c1864f7c47fc47fc3032a3ef65095
sha1 6dacc4a4ca915d15a3cda4e7f1426248ce22075e
v1.53.2.tar.gz tar.gz 19.4 MiB
blake3-24 14e7aaa323311361a0040df20f8db3918a77c781bbf42554
sha256 9fb0a802e66775247da0967e0c90efc94bb8557285e6ab1a1c779db03fb4bcea
sha1 8e97dbcf54860edb8eee18a19b4a6211356bd99f

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz"],
    integrity = "sha256-n7CoAuZndSR9oJZ+DJDvyUu4VXKF5qsaHHedsD+0vOo=",
    strip_prefix = "meilisearch-v1.53.2",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.53.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz"],
    integrity = "sha256-n7CoAuZndSR9oJZ+DJDvyUu4VXKF5qsaHHedsD+0vOo=",
    strip_prefix = "meilisearch-v1.53.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.53.2.tar.gz",
v1.53.1 →