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

meilisearch @ v1.12.7

integrity

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

release notes

What's Changed

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.6...v1.12.7

download

unix · zip
curl -fL -o v1.12.7.zip https://ratatoskr.space/pkg/meilisearch/v1.12.7.zip
                    printf '%s  %s\n' '927b1f20f9fe6e58446cf3bfbb1d457d9bc8e03419374346af1ea28379b1aa14' 'v1.12.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.7.zip"
$out = "v1.12.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "927b1f20f9fe6e58446cf3bfbb1d457d9bc8e03419374346af1ea28379b1aa14") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.7.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.12.7.tar.gz
                    printf '%s  %s\n' 'd2e2db150f7673187167a1e9fe581e43de3f3fb106720d0ae86dc4b86c4818b6' 'v1.12.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.7.tar.gz"
$out = "v1.12.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2e2db150f7673187167a1e9fe581e43de3f3fb106720d0ae86dc4b86c4818b6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.12.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.7.zip
                    printf '%s  %s\n' '927b1f20f9fe6e58446cf3bfbb1d457d9bc8e03419374346af1ea28379b1aa14' 'v1.12.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.7.zip"
$out = "v1.12.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "927b1f20f9fe6e58446cf3bfbb1d457d9bc8e03419374346af1ea28379b1aa14") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.7.tar.gz
                    printf '%s  %s\n' 'd2e2db150f7673187167a1e9fe581e43de3f3fb106720d0ae86dc4b86c4818b6' 'v1.12.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.7.tar.gz"
$out = "v1.12.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2e2db150f7673187167a1e9fe581e43de3f3fb106720d0ae86dc4b86c4818b6") { throw "sha256 mismatch" }
artifact format size hashes
v1.12.7.zip zip 15.4 MiB
blake3-24 5ae41e3f2a52dceadce91d013ba3a495f1107e893df9a81e
sha256 927b1f20f9fe6e58446cf3bfbb1d457d9bc8e03419374346af1ea28379b1aa14
sha1 015bd098b44a64c6258ca6d511003813e8d26279
v1.12.7.tar.gz tar.gz 14.8 MiB
blake3-24 9e9e5096272c6354c3855019b302c5f10a1855fda5848249
sha256 d2e2db150f7673187167a1e9fe581e43de3f3fb106720d0ae86dc4b86c4818b6
sha1 4393648f318dbba35433f41f0eb2bf6756b812fb

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.12.7.tar.gz"],
    integrity = "sha256-0uLbFQ92cxhxZ6Hp/lgeQ94/P7EGcg0K6G3EuGxIGLY=",
    strip_prefix = "meilisearch-v1.12.7",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.12.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.7.tar.gz"],
    integrity = "sha256-0uLbFQ92cxhxZ6Hp/lgeQ94/P7EGcg0K6G3EuGxIGLY=",
    strip_prefix = "meilisearch-v1.12.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.7.tar.gz",
← v1.12.8v1.12.6 →