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

openfga @ v1.9.3

integrity

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

release notes

Added

Changed

Fixed

Security

Full Changelog

Source: https://github.com/openfga/openfga/compare/v1.9.2...v1.9.3

download

unix · zip
curl -fL -o v1.9.3.zip https://ratatoskr.space/pkg/openfga/v1.9.3.zip
                    printf '%s  %s\n' 'af53e23ada08b51c1e85389d8b255ba7d68c902619169eecb6a025b9ab8ded74' 'v1.9.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.9.3.zip"
$out = "v1.9.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af53e23ada08b51c1e85389d8b255ba7d68c902619169eecb6a025b9ab8ded74") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.9.3.tar.gz https://ratatoskr.space/pkg/openfga/v1.9.3.tar.gz
                    printf '%s  %s\n' 'e303c59c1fee4946d5c69a6d9d8f418313483e2307462f454155fdf7697e2678' 'v1.9.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.9.3.tar.gz"
$out = "v1.9.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e303c59c1fee4946d5c69a6d9d8f418313483e2307462f454155fdf7697e2678") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.9.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.3.zip
                    printf '%s  %s\n' 'af53e23ada08b51c1e85389d8b255ba7d68c902619169eecb6a025b9ab8ded74' 'v1.9.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.3.zip"
$out = "v1.9.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af53e23ada08b51c1e85389d8b255ba7d68c902619169eecb6a025b9ab8ded74") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.9.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.3.tar.gz
                    printf '%s  %s\n' 'e303c59c1fee4946d5c69a6d9d8f418313483e2307462f454155fdf7697e2678' 'v1.9.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.9.3.tar.gz"
$out = "v1.9.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e303c59c1fee4946d5c69a6d9d8f418313483e2307462f454155fdf7697e2678") { throw "sha256 mismatch" }
artifact format size hashes
v1.9.3.zip zip 911.7 KiB
blake3-24 4aeb3869be9cce9208acade9f0cd3e58052ad6d6bfd30e11
sha256 af53e23ada08b51c1e85389d8b255ba7d68c902619169eecb6a025b9ab8ded74
sha1 027b781b16a254dd38f76fe606a33f9d6a7f61cf
v1.9.3.tar.gz tar.gz 716.5 KiB
blake3-24 228b41fd7e6f06e6feba143caa011bdd9faea407447aff0b
sha256 e303c59c1fee4946d5c69a6d9d8f418313483e2307462f454155fdf7697e2678
sha1 18dff02e8da314cc885c684bb6d2c1389cfe3731

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.9.3.zip zip 922.1 KiB
blake3-24 e024340db51ec44e79cee699ccaa71a020a069b5932084f6
sha256 0d3b250b551953a78fd9e0d9a1045ec82aaee17b132cc46a5f89236b2ef0b03f
sha1 6b657eb866a7f4a5b5dccef209fc0c3a5654d24e

install

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