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

openfga @ v0.4.3

integrity

size
612.4 KiB
downloaded
last checked
overlays
go
detected
go module github.com/openfga/openfga
source https://github.com/openfga/openfga · available · github

release notes

Added

Fixed

Changed

download

unix · zip
curl -fL -o v0.4.3.zip https://ratatoskr.space/pkg/openfga/v0.4.3.zip
                    printf '%s  %s\n' '6d1058f898a151e4720dfb0750851532039a6f05ccf87c34d72b9a3aa4ac98c1' 'v0.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.4.3.zip"
$out = "v0.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6d1058f898a151e4720dfb0750851532039a6f05ccf87c34d72b9a3aa4ac98c1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.3.tar.gz https://ratatoskr.space/pkg/openfga/v0.4.3.tar.gz
                    printf '%s  %s\n' '867427cad4c32b502230a88de016153c9e6a7e234f893b54bf7aba6d2b8ca812' 'v0.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.4.3.tar.gz"
$out = "v0.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "867427cad4c32b502230a88de016153c9e6a7e234f893b54bf7aba6d2b8ca812") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.4.3.zip
                    printf '%s  %s\n' '6d1058f898a151e4720dfb0750851532039a6f05ccf87c34d72b9a3aa4ac98c1' 'v0.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.4.3.zip"
$out = "v0.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6d1058f898a151e4720dfb0750851532039a6f05ccf87c34d72b9a3aa4ac98c1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.4.3.tar.gz
                    printf '%s  %s\n' '867427cad4c32b502230a88de016153c9e6a7e234f893b54bf7aba6d2b8ca812' 'v0.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.4.3.tar.gz"
$out = "v0.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "867427cad4c32b502230a88de016153c9e6a7e234f893b54bf7aba6d2b8ca812") { throw "sha256 mismatch" }
artifact format size hashes
v0.4.3.zip zip 613.4 KiB
blake3-24 21079aa9b33806d7041897cb69d24b9fd84a3cc1f2614c35
sha256 6d1058f898a151e4720dfb0750851532039a6f05ccf87c34d72b9a3aa4ac98c1
sha1 7eb1872f74205c785ed061ae21335c1e0318e808
v0.4.3.tar.gz tar.gz 531.2 KiB
blake3-24 144d620331098776918df1a12c993891558c6e20b35cc13c
sha256 867427cad4c32b502230a88de016153c9e6a7e234f893b54bf7aba6d2b8ca812
sha1 a95af02b5327927742cc04e37596ff4a6adb9c5d

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v0.4.3.zip zip 579.2 KiB
blake3-24 cd131fac0a5853b3c496d468732ec89c9243cebc717112f4
sha256 b3cde44c6862da8b55b354dda02d1dfd1050b9dd42a14e350222268aeee237ad
sha1 3b5dfe5d6b296b53aab379eb89974041d891609e

install

bazel
http_archive(
    name = "openfga",
    urls = ["https://ratatoskr.space/pkg/openfga/v0.4.3.tar.gz"],
    integrity = "sha256-hnQnytTDK1AiMKiN4BYVPJ5qfiNPiTtUv3q6bSuMqBI=",
    strip_prefix = "openfga-v0.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.4.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.4.3
install via yggdrasil mesh
bazel
http_archive(
    name = "openfga",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.4.3.tar.gz"],
    integrity = "sha256-hnQnytTDK1AiMKiN4BYVPJ5qfiNPiTtUv3q6bSuMqBI=",
    strip_prefix = "openfga-v0.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.4.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.4.3
← v1.0.0v0.4.2 →