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

meilisearch @ v1.7.3

integrity

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

release notes

This new release doesn’t contain any fixes or features. We make it only because the release-v1.7.2 had an issue and didn’t contain all the required assets (Linux, macOS, and Windows x86 binaries were missing).

What's Changed

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.7.2...v1.7.3

download

unix · zip
curl -fL -o v1.7.3.zip https://ratatoskr.space/pkg/meilisearch/v1.7.3.zip
                    printf '%s  %s\n' 'a93b7414bee306777e9359cc0915b5a7b92c9142f62eec8f2caab65a504b86c9' 'v1.7.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.7.3.zip"
$out = "v1.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a93b7414bee306777e9359cc0915b5a7b92c9142f62eec8f2caab65a504b86c9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.3.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.7.3.tar.gz
                    printf '%s  %s\n' '4e652594f7143ba12dd997c87e266a5f1e419aada77cb797ae6c464d5b176720' 'v1.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.7.3.tar.gz"
$out = "v1.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4e652594f7143ba12dd997c87e266a5f1e419aada77cb797ae6c464d5b176720") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.3.zip
                    printf '%s  %s\n' 'a93b7414bee306777e9359cc0915b5a7b92c9142f62eec8f2caab65a504b86c9' 'v1.7.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.3.zip"
$out = "v1.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a93b7414bee306777e9359cc0915b5a7b92c9142f62eec8f2caab65a504b86c9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.3.tar.gz
                    printf '%s  %s\n' '4e652594f7143ba12dd997c87e266a5f1e419aada77cb797ae6c464d5b176720' 'v1.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.3.tar.gz"
$out = "v1.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4e652594f7143ba12dd997c87e266a5f1e419aada77cb797ae6c464d5b176720") { throw "sha256 mismatch" }
artifact format size hashes
v1.7.3.zip zip 14.7 MiB
blake3-24 0fce7e2fadb4c83b3bfb95e63e5da33d5d0d38d293056a02
sha256 a93b7414bee306777e9359cc0915b5a7b92c9142f62eec8f2caab65a504b86c9
sha1 b53bd90de002b7bf45d40b88a1c89ff5045b417a
v1.7.3.tar.gz tar.gz 14.2 MiB
blake3-24 fa64ec2848fc99db2d771c205125d92a388a0ac799c5415b
sha256 4e652594f7143ba12dd997c87e266a5f1e419aada77cb797ae6c464d5b176720
sha1 8fb0fa1e5359a1ed22eb72508d5a30ae3a7905cc

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.7.3.tar.gz"],
    integrity = "sha256-TmUllPcUO6Et2ZfIfiZqXx5Bmq2nfLeXrmxGTVsXZyA=",
    strip_prefix = "meilisearch-v1.7.3",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.7.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.3.tar.gz"],
    integrity = "sha256-TmUllPcUO6Et2ZfIfiZqXx5Bmq2nfLeXrmxGTVsXZyA=",
    strip_prefix = "meilisearch-v1.7.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.3.tar.gz",
← v1.7.4v1.7.2 →