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

openfga @ v1.18.2

integrity

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

release notes

What's Changed

New Contributors

Full Changelog: https://github.com/openfga/openfga/compare/v1.18.1...v1.18.2

download

unix · zip
curl -fL -o v1.18.2.zip https://ratatoskr.space/pkg/openfga/v1.18.2.zip
                    printf '%s  %s\n' '011e12b91dd340ec2a80655c7a28236a6a756c0759af4e446db5cb0a1edcf028' 'v1.18.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.18.2.zip"
$out = "v1.18.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "011e12b91dd340ec2a80655c7a28236a6a756c0759af4e446db5cb0a1edcf028") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.18.2.tar.gz https://ratatoskr.space/pkg/openfga/v1.18.2.tar.gz
                    printf '%s  %s\n' 'aaf1282078834c78fa432dced6e6591a148de20bc826d6633087d902b0cf4ada' 'v1.18.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.18.2.tar.gz"
$out = "v1.18.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aaf1282078834c78fa432dced6e6591a148de20bc826d6633087d902b0cf4ada") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.18.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.2.zip
                    printf '%s  %s\n' '011e12b91dd340ec2a80655c7a28236a6a756c0759af4e446db5cb0a1edcf028' 'v1.18.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.2.zip"
$out = "v1.18.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "011e12b91dd340ec2a80655c7a28236a6a756c0759af4e446db5cb0a1edcf028") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.18.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.2.tar.gz
                    printf '%s  %s\n' 'aaf1282078834c78fa432dced6e6591a148de20bc826d6633087d902b0cf4ada' 'v1.18.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.2.tar.gz"
$out = "v1.18.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aaf1282078834c78fa432dced6e6591a148de20bc826d6633087d902b0cf4ada") { throw "sha256 mismatch" }
artifact format size hashes
v1.18.2.zip zip 1.3 MiB
blake3-24 8b6e75c49c907319faf6e5f80df4c3be7bed00543278dd83
sha256 011e12b91dd340ec2a80655c7a28236a6a756c0759af4e446db5cb0a1edcf028
sha1 c8d7c82112445a26551d320c2c26a4b1c3c27ae9
v1.18.2.tar.gz tar.gz 1.0 MiB
blake3-24 3bb7800e740c246d8ea94e590e085b2ecc660e915288699a
sha256 aaf1282078834c78fa432dced6e6591a148de20bc826d6633087d902b0cf4ada
sha1 2ed3e790f4cf435c002b2e893e969becd9b1ce51

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.18.2.zip zip 1.3 MiB
blake3-24 fc79a375a278463390241cdf0979c91fb6a115689a760646
sha256 1b286af323cc3331aaecd644bab9b57b81310bd2406ede8ed7180a256d2becd9
sha1 93cddbf7ec6e2e8cb90b278206ed62f10186e17c

install

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