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/v1.5.4
vault / openfga / v1.5.4

openfga @ v1.5.4

integrity

size
790.7 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

Removed

download

unix · zip
curl -fL -o v1.5.4.zip https://ratatoskr.space/pkg/openfga/v1.5.4.zip
                    printf '%s  %s\n' 'd536eca7bf8f1c8aaedc1d8b86187fa0e30879265a318096547a276e599028b2' 'v1.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.5.4.zip"
$out = "v1.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d536eca7bf8f1c8aaedc1d8b86187fa0e30879265a318096547a276e599028b2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.4.tar.gz https://ratatoskr.space/pkg/openfga/v1.5.4.tar.gz
                    printf '%s  %s\n' 'e2fa822b6ed4208017a706d1b61780d75092c54e0477d9d24cb29873ea0171d0' 'v1.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.5.4.tar.gz"
$out = "v1.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2fa822b6ed4208017a706d1b61780d75092c54e0477d9d24cb29873ea0171d0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.4.zip
                    printf '%s  %s\n' 'd536eca7bf8f1c8aaedc1d8b86187fa0e30879265a318096547a276e599028b2' 'v1.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.4.zip"
$out = "v1.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d536eca7bf8f1c8aaedc1d8b86187fa0e30879265a318096547a276e599028b2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.4.tar.gz
                    printf '%s  %s\n' 'e2fa822b6ed4208017a706d1b61780d75092c54e0477d9d24cb29873ea0171d0' 'v1.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.4.tar.gz"
$out = "v1.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2fa822b6ed4208017a706d1b61780d75092c54e0477d9d24cb29873ea0171d0") { throw "sha256 mismatch" }
artifact format size hashes
v1.5.4.zip zip 793.0 KiB
blake3-24 6bba341b54a9193ad5c31b2d39b9c57d2fee4f0ab0d7eb91
sha256 d536eca7bf8f1c8aaedc1d8b86187fa0e30879265a318096547a276e599028b2
sha1 571ebf7206aed63c529f0507a7e6e21bec86b46f
v1.5.4.tar.gz tar.gz 654.6 KiB
blake3-24 d990f7f0862524e17df647e4fdd2cf9b462aabac048c9a44
sha256 e2fa822b6ed4208017a706d1b61780d75092c54e0477d9d24cb29873ea0171d0
sha1 2f278dbaefdceffe1c01bd433b89c17cfc9c973b

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
v1.5.4.zip zip 800.4 KiB
blake3-24 2409c9c3428119dff3041cab3ccb43fdbcc16c4324d88e45
sha256 1bbef0fb7e90d208c0a0615884562d717092d835f69cec202070b2b830f7726c
sha1 38a205c9e093c46a102fe8cb0a27e63076e51774

install

bazel
http_archive(
    name = "openfga",
    urls = ["https://ratatoskr.space/pkg/openfga/v1.5.4.tar.gz"],
    integrity = "sha256-4vqCK27UIIAXpwbRtheA11CSxU4Ed9nSTLKYc+oBcdA=",
    strip_prefix = "openfga-v1.5.4",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.5.4.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.5.4
install via yggdrasil mesh
bazel
http_archive(
    name = "openfga",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.4.tar.gz"],
    integrity = "sha256-4vqCK27UIIAXpwbRtheA11CSxU4Ed9nSTLKYc+oBcdA=",
    strip_prefix = "openfga-v1.5.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.4.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.5.4
← v1.5.5v1.5.3 →