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

openfga @ v1.4.0

integrity

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

release notes

Changed

download

unix · zip
curl -fL -o v1.4.0.zip https://ratatoskr.space/pkg/openfga/v1.4.0.zip
                    printf '%s  %s\n' '1820fa731502fc2b0e327ef7391f23ce4837a82bebed00faf7a8b9bafecdfce8' 'v1.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.4.0.zip"
$out = "v1.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1820fa731502fc2b0e327ef7391f23ce4837a82bebed00faf7a8b9bafecdfce8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.4.0.tar.gz
                    printf '%s  %s\n' '2f72b9a0b5a534964b73340a256f37358d47e20e9a4397661e48027b3c97dfb6' 'v1.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.4.0.tar.gz"
$out = "v1.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2f72b9a0b5a534964b73340a256f37358d47e20e9a4397661e48027b3c97dfb6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.4.0.zip
                    printf '%s  %s\n' '1820fa731502fc2b0e327ef7391f23ce4837a82bebed00faf7a8b9bafecdfce8' 'v1.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.4.0.zip"
$out = "v1.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1820fa731502fc2b0e327ef7391f23ce4837a82bebed00faf7a8b9bafecdfce8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.4.0.tar.gz
                    printf '%s  %s\n' '2f72b9a0b5a534964b73340a256f37358d47e20e9a4397661e48027b3c97dfb6' 'v1.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.4.0.tar.gz"
$out = "v1.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2f72b9a0b5a534964b73340a256f37358d47e20e9a4397661e48027b3c97dfb6") { throw "sha256 mismatch" }
artifact format size hashes
v1.4.0.zip zip 705.9 KiB
blake3-24 a6fad7d92daf2f2e9dc9a164a988f3cfab82ece64b301e12
sha256 1820fa731502fc2b0e327ef7391f23ce4837a82bebed00faf7a8b9bafecdfce8
sha1 4997d41fef4f3efc00b237dfc5d1d621f9957a8d
v1.4.0.tar.gz tar.gz 584.6 KiB
blake3-24 fbacbaf89c61f7a1caf6fe9460c60bfe1176385b55276b99
sha256 2f72b9a0b5a534964b73340a256f37358d47e20e9a4397661e48027b3c97dfb6
sha1 2286fd68562446d814379c47541ade0d1b83c60e

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.4.0.zip zip 710.0 KiB
blake3-24 e7caa7f7f599c44f619e0f0e249f0161273788aead929273
sha256 d469923c414ea7aec851bebc0b0560b4876a68e7f00d8ed0fbdb8fb464ad7a95
sha1 e64895ce1956c2c2b9a86a9ed70570794ff78a78

install

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