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

openfga @ v1.8.14

integrity

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

release notes

Changelog

1.8.14 - 2025-06-10

Fixed

download

unix · zip
curl -fL -o v1.8.14.zip https://ratatoskr.space/pkg/openfga/v1.8.14.zip
                    printf '%s  %s\n' '97343394c62a603d7336873b8044141afc1025ed1507cdf90e092eb941f0a561' 'v1.8.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.8.14.zip"
$out = "v1.8.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97343394c62a603d7336873b8044141afc1025ed1507cdf90e092eb941f0a561") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.14.tar.gz https://ratatoskr.space/pkg/openfga/v1.8.14.tar.gz
                    printf '%s  %s\n' 'db9c6e0723b78354618b884c8adc6ac44c07696813b25ef6da7578f09fb173c8' 'v1.8.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.8.14.tar.gz"
$out = "v1.8.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db9c6e0723b78354618b884c8adc6ac44c07696813b25ef6da7578f09fb173c8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.8.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.14.zip
                    printf '%s  %s\n' '97343394c62a603d7336873b8044141afc1025ed1507cdf90e092eb941f0a561' 'v1.8.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.14.zip"
$out = "v1.8.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97343394c62a603d7336873b8044141afc1025ed1507cdf90e092eb941f0a561") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.14.tar.gz
                    printf '%s  %s\n' 'db9c6e0723b78354618b884c8adc6ac44c07696813b25ef6da7578f09fb173c8' 'v1.8.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.14.tar.gz"
$out = "v1.8.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db9c6e0723b78354618b884c8adc6ac44c07696813b25ef6da7578f09fb173c8") { throw "sha256 mismatch" }
artifact format size hashes
v1.8.14.zip zip 865.7 KiB
blake3-24 5b474168a4c7f2e3579997abd52216b10c3e99bc0fbbf85a
sha256 97343394c62a603d7336873b8044141afc1025ed1507cdf90e092eb941f0a561
sha1 ce2717969cf6b21b4eefbe7e913163758bf165ad
v1.8.14.tar.gz tar.gz 679.5 KiB
blake3-24 e9bba6684f137906ba5f6d84827ff9cf660e45c365f4e1d3
sha256 db9c6e0723b78354618b884c8adc6ac44c07696813b25ef6da7578f09fb173c8
sha1 6b88f0ea424fffa8ee2e25d1ba6aab35127a18dc

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.8.14.zip zip 875.6 KiB
blake3-24 9cbbe17da42f639f73fe916225cb3ca8589c82d5f7222edd
sha256 1cc951524c672fab58c5a10e278133615f02aed6bd6be295b87271f7d5443732
sha1 ab091fb83a5fb2e033dba1a1ed2dbf6fa9a8dfb5

install

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