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

openfga @ v1.7.0

integrity

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

Performance

Fixed

Breaking changes

download

unix · zip
curl -fL -o v1.7.0.zip https://ratatoskr.space/pkg/openfga/v1.7.0.zip
                    printf '%s  %s\n' 'a14637a60eba47abe098b3f7e858fcad4d425eb7fdee45a9ef520a7b542a89fe' 'v1.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.7.0.zip"
$out = "v1.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a14637a60eba47abe098b3f7e858fcad4d425eb7fdee45a9ef520a7b542a89fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.7.0.tar.gz
                    printf '%s  %s\n' 'ccc4833a3bf9a0137f63a07add59e84d8e98967c2d8ae2d50becf48c65bdd013' 'v1.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.7.0.tar.gz"
$out = "v1.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ccc4833a3bf9a0137f63a07add59e84d8e98967c2d8ae2d50becf48c65bdd013") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.7.0.zip
                    printf '%s  %s\n' 'a14637a60eba47abe098b3f7e858fcad4d425eb7fdee45a9ef520a7b542a89fe' 'v1.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.7.0.zip"
$out = "v1.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a14637a60eba47abe098b3f7e858fcad4d425eb7fdee45a9ef520a7b542a89fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.7.0.tar.gz
                    printf '%s  %s\n' 'ccc4833a3bf9a0137f63a07add59e84d8e98967c2d8ae2d50becf48c65bdd013' 'v1.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.7.0.tar.gz"
$out = "v1.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ccc4833a3bf9a0137f63a07add59e84d8e98967c2d8ae2d50becf48c65bdd013") { throw "sha256 mismatch" }
artifact format size hashes
v1.7.0.zip zip 666.0 KiB
blake3-24 49117364418784e4b9aa88d865e76ac161a1a3eaf5399f78
sha256 a14637a60eba47abe098b3f7e858fcad4d425eb7fdee45a9ef520a7b542a89fe
sha1 901316f759cf39aa0ec8dcb693fb84f2567d5669
v1.7.0.tar.gz tar.gz 506.0 KiB
blake3-24 bedaa7390d6733d016f68ff3a1d6ce751881b5d5b37f791f
sha256 ccc4833a3bf9a0137f63a07add59e84d8e98967c2d8ae2d50becf48c65bdd013
sha1 ad1246e10849ce41dad2f8355ddf0b5a41d15b49

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.7.0.zip zip 674.8 KiB
blake3-24 37d2b0d595464fc40a9c75b6356284aeb892808ab5882c57
sha256 5af4b4486b0734c1b43c0008944449c566cd1e409fe33f2e939659234c86997f
sha1 11202dbe3f94c11813c83195cccf290ec32bd3e2

install

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