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

openfga @ v1.8.7

integrity

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

release notes

Added

Removed

Fixed

Full changelog

Changelog

download

unix · zip
curl -fL -o v1.8.7.zip https://ratatoskr.space/pkg/openfga/v1.8.7.zip
                    printf '%s  %s\n' 'f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6' 'v1.8.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.8.7.zip"
$out = "v1.8.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.7.tar.gz https://ratatoskr.space/pkg/openfga/v1.8.7.tar.gz
                    printf '%s  %s\n' '2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31' 'v1.8.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.8.7.tar.gz"
$out = "v1.8.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.8.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.zip
                    printf '%s  %s\n' 'f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6' 'v1.8.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.zip"
$out = "v1.8.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.tar.gz
                    printf '%s  %s\n' '2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31' 'v1.8.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.7.tar.gz"
$out = "v1.8.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31") { throw "sha256 mismatch" }
artifact format size hashes
v1.8.7.zip zip 821.9 KiB
blake3-24 c9f563f0454fced9a29f1d0d1ffa1c46042148c976d99eb8
sha256 f17962c5e15a5142dbf7efffddd2b543d65caeb2136707001e5b06403e706cf6
sha1 4d37e99a6f967386db64d9078e6d6d231cbf369b
v1.8.7.tar.gz tar.gz 642.0 KiB
blake3-24 1f7cd9f885e42aa11e25796e90b7267b359a4f294fafc3b5
sha256 2d29e5579d2382aa53eb03d3021e2999f376beaae94bc162c9328859aef26e31
sha1 36e8dda0cf57a62d04f1d56cc0d07f6b1fa5ed08

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.7.zip zip 831.4 KiB
blake3-24 3e7a80b1156a15b8c9b15548c6f0df0258aa94de4e745744
sha256 ae3162b5513f29f2dbbc9147badaf26b01b8d66bd67df243583521e98143b05d
sha1 a4a2acc27ebc5e8c578d46a57b44be11fe6c1bb4

install

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