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

openfga @ v1.18.3

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

Fixed

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

download

unix · zip
curl -fL -o v1.18.3.zip https://ratatoskr.space/pkg/openfga/v1.18.3.zip
                    printf '%s  %s\n' '8b68c48a51ac1ea6b698ed40ac93ca9ef1ad90e44e13126de7eeff1c6d7f89ff' 'v1.18.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.18.3.zip"
$out = "v1.18.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b68c48a51ac1ea6b698ed40ac93ca9ef1ad90e44e13126de7eeff1c6d7f89ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.18.3.tar.gz https://ratatoskr.space/pkg/openfga/v1.18.3.tar.gz
                    printf '%s  %s\n' 'ee98b8659c5b7277d1ff812af74699c9ba857af25f9d85a653d4b52567392afb' 'v1.18.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.18.3.tar.gz"
$out = "v1.18.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee98b8659c5b7277d1ff812af74699c9ba857af25f9d85a653d4b52567392afb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.18.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.3.zip
                    printf '%s  %s\n' '8b68c48a51ac1ea6b698ed40ac93ca9ef1ad90e44e13126de7eeff1c6d7f89ff' 'v1.18.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.3.zip"
$out = "v1.18.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b68c48a51ac1ea6b698ed40ac93ca9ef1ad90e44e13126de7eeff1c6d7f89ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.18.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.3.tar.gz
                    printf '%s  %s\n' 'ee98b8659c5b7277d1ff812af74699c9ba857af25f9d85a653d4b52567392afb' 'v1.18.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.18.3.tar.gz"
$out = "v1.18.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee98b8659c5b7277d1ff812af74699c9ba857af25f9d85a653d4b52567392afb") { throw "sha256 mismatch" }
artifact format size hashes
v1.18.3.zip zip 1.3 MiB
blake3-24 f34b9d8e83824e6254e79a25e152c9545037883f69fd4e86
sha256 8b68c48a51ac1ea6b698ed40ac93ca9ef1ad90e44e13126de7eeff1c6d7f89ff
sha1 860ed049cb9d3694c78896adad7307a99da6cdef
v1.18.3.tar.gz tar.gz 1.0 MiB
blake3-24 75853b013964421b234a8468cdcaefb381d86d84c1e3a3e0
sha256 ee98b8659c5b7277d1ff812af74699c9ba857af25f9d85a653d4b52567392afb
sha1 17055b6af40a6c703ebfdfa5d4c22f47f81f93a7

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.3.zip zip 1.3 MiB
blake3-24 65e7d9cf80272cf58d7a7051fa72366a217fe682346468a8
sha256 f5dd9404781819fa839366da334017fb424fcb30290ec039b8d07068b99f3552
sha1 b5a7fcb7053236f55e3dfc8bba06c4b62c10c458

install

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