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

openfga @ v1.15.1

integrity

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

release notes

Changed

Fixed

Full Changelog: https://github.com/openfga/openfga/compare/v1.15.0...v1.15.1

download

unix · zip
curl -fL -o v1.15.1.zip https://ratatoskr.space/pkg/openfga/v1.15.1.zip
                    printf '%s  %s\n' 'cbb514290d5ed9d0ebc776a57a57f92343f58bfe50c918782df8427239a5d09e' 'v1.15.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.15.1.zip"
$out = "v1.15.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cbb514290d5ed9d0ebc776a57a57f92343f58bfe50c918782df8427239a5d09e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.15.1.tar.gz https://ratatoskr.space/pkg/openfga/v1.15.1.tar.gz
                    printf '%s  %s\n' '3abe49b0081853cd12a5c64449db2517a7998da889e723b87ffc43193384a426' 'v1.15.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.15.1.tar.gz"
$out = "v1.15.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3abe49b0081853cd12a5c64449db2517a7998da889e723b87ffc43193384a426") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.15.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.15.1.zip
                    printf '%s  %s\n' 'cbb514290d5ed9d0ebc776a57a57f92343f58bfe50c918782df8427239a5d09e' 'v1.15.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.15.1.zip"
$out = "v1.15.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cbb514290d5ed9d0ebc776a57a57f92343f58bfe50c918782df8427239a5d09e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.15.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.15.1.tar.gz
                    printf '%s  %s\n' '3abe49b0081853cd12a5c64449db2517a7998da889e723b87ffc43193384a426' 'v1.15.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.15.1.tar.gz"
$out = "v1.15.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3abe49b0081853cd12a5c64449db2517a7998da889e723b87ffc43193384a426") { throw "sha256 mismatch" }
artifact format size hashes
v1.15.1.zip zip 1.2 MiB
blake3-24 e860dc2f8a61a2ff8184bc6c9e68939984743b7c3c8982b5
sha256 cbb514290d5ed9d0ebc776a57a57f92343f58bfe50c918782df8427239a5d09e
sha1 79da5796fda0158fce5f25db0d0781bfdde53e4d
v1.15.1.tar.gz tar.gz 987.0 KiB
blake3-24 0a2fba775d2997be37b206daae94109e4bef30fce8f0092e
sha256 3abe49b0081853cd12a5c64449db2517a7998da889e723b87ffc43193384a426
sha1 25f1ad444b28886e10bf4378be96c18c97bd4c0a

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.15.1.zip zip 1.2 MiB
blake3-24 97a7a599078a5e7322f1d5f2a20c292f261ab136bba43d18
sha256 df84ad4778b6b179d446629aab0a5ffb4dd914b799be00fb755a72189e63d7f6
sha1 3c320a65445ae77e00f3e7567a1fcb98add33314

install

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