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

ruview @ v1032

integrity

size
55.1 MiB
downloaded
last checked
source https://github.com/ruvnet/RuView · available · github

release notes

Automated release from CI pipeline

Changes: chore(cog-person-count): refresh GCS manifests after run-wiring rebuild (#698)

The arm + x86_64 manifests committed in #696 referenced the binaries built before #697 wired the run subcommand. Rebuilt + re-signed + re-uploaded to GCS, and re-deployed to cognitum-v0:

arm sha 15c2fbac…7728ea5 (3,807,456 B, up from 2,168,816 — added Tokio runtime) x86_64 sha 051614ce…cc8388b3 (4,502,960 B, up from 2,615,528)

Both re-signed Ed25519 with COGNITUM_OWNER_SIGNING_KEY. Manifests now match the binaries published at gs://cognitum-apps/cogs/{arm, x86_64}/cog-person-count-* and the binary installed at /var/lib/cognitum/apps/person-count/ on cognitum-v0.

Docker Image: ghcr.io/ruvnet/RuView:e6a5df36ebb50a3408cef431f90ed84984bdc680

download

unix · zip
curl -fL -o v1032.zip https://ratatoskr.space/pkg/ruview/v1032.zip
                    printf '%s  %s\n' 'aed937bd026a1fad669bf762facbde1fcd7342b2b07d3e4242a58be686487a64' 'v1032.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1032.zip"
$out = "v1032.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aed937bd026a1fad669bf762facbde1fcd7342b2b07d3e4242a58be686487a64") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1032.tar.gz https://ratatoskr.space/pkg/ruview/v1032.tar.gz
                    printf '%s  %s\n' 'cfcefd52b1852acf2b53e05ad45d6c68f06dae3742f633a4363b704104919d0b' 'v1032.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1032.tar.gz"
$out = "v1032.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cfcefd52b1852acf2b53e05ad45d6c68f06dae3742f633a4363b704104919d0b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1032.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1032.zip
                    printf '%s  %s\n' 'aed937bd026a1fad669bf762facbde1fcd7342b2b07d3e4242a58be686487a64' 'v1032.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1032.zip"
$out = "v1032.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aed937bd026a1fad669bf762facbde1fcd7342b2b07d3e4242a58be686487a64") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1032.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1032.tar.gz
                    printf '%s  %s\n' 'cfcefd52b1852acf2b53e05ad45d6c68f06dae3742f633a4363b704104919d0b' 'v1032.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1032.tar.gz"
$out = "v1032.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cfcefd52b1852acf2b53e05ad45d6c68f06dae3742f633a4363b704104919d0b") { throw "sha256 mismatch" }
artifact format size hashes
v1032.zip zip 55.1 MiB
blake3-24 7df866e31fe28b34709538c381ac86c40051adbf9355afc4
sha256 aed937bd026a1fad669bf762facbde1fcd7342b2b07d3e4242a58be686487a64
sha1 a43498f805703859f907938cfe7214461fc2a04c
v1032.tar.gz tar.gz 53.7 MiB
blake3-24 cc6a7b9bc861cd42969adb19b2854d7f1426a6f1b4089695
sha256 cfcefd52b1852acf2b53e05ad45d6c68f06dae3742f633a4363b704104919d0b
sha1 81e5c5b8c036f72c7678a7f129c35caa3f15e086

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v1032.tar.gz"],
    integrity = "sha256-z879UrGFKs8rU+Ba1F1saPBtrjdC9jOkNjtwQQSRnQs=",
    strip_prefix = "ruview-v1032",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1032.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1032.tar.gz"],
    integrity = "sha256-z879UrGFKs8rU+Ba1F1saPBtrjdC9jOkNjtwQQSRnQs=",
    strip_prefix = "ruview-v1032",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1032.tar.gz",
← v1036v1030 →