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

openfga @ v1.19.0

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

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

download

unix · zip
curl -fL -o v1.19.0.zip https://ratatoskr.space/pkg/openfga/v1.19.0.zip
                    printf '%s  %s\n' '9153fc162d3ef8456a123303bdf3e0ee55df3cef3445a7829724556529705833' 'v1.19.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.19.0.zip"
$out = "v1.19.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9153fc162d3ef8456a123303bdf3e0ee55df3cef3445a7829724556529705833") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.19.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.19.0.tar.gz
                    printf '%s  %s\n' 'a50b19d01b86b76204b4aa0c0745b3855c05023ac5685c7e1bc96a47a42c0ebd' 'v1.19.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.19.0.tar.gz"
$out = "v1.19.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a50b19d01b86b76204b4aa0c0745b3855c05023ac5685c7e1bc96a47a42c0ebd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.19.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.19.0.zip
                    printf '%s  %s\n' '9153fc162d3ef8456a123303bdf3e0ee55df3cef3445a7829724556529705833' 'v1.19.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.19.0.zip"
$out = "v1.19.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9153fc162d3ef8456a123303bdf3e0ee55df3cef3445a7829724556529705833") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.19.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.19.0.tar.gz
                    printf '%s  %s\n' 'a50b19d01b86b76204b4aa0c0745b3855c05023ac5685c7e1bc96a47a42c0ebd' 'v1.19.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.19.0.tar.gz"
$out = "v1.19.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a50b19d01b86b76204b4aa0c0745b3855c05023ac5685c7e1bc96a47a42c0ebd") { throw "sha256 mismatch" }
artifact format size hashes
v1.19.0.zip zip 1.3 MiB
blake3-24 6da35f3dc521764c9ad7fb29fab3e8dc2fdafcb739da121e
sha256 9153fc162d3ef8456a123303bdf3e0ee55df3cef3445a7829724556529705833
sha1 8c34da72c484cae8ce51f35571484275a1d2bb53
v1.19.0.tar.gz tar.gz 1.0 MiB
blake3-24 dd9e9ea56d55be7dc5494200151caa62336c4d5cfa070143
sha256 a50b19d01b86b76204b4aa0c0745b3855c05023ac5685c7e1bc96a47a42c0ebd
sha1 d925f814accdf6f5708761599b402eab83495a96

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.19.0.zip zip 1.3 MiB
blake3-24 5b842fa749eb064993d7547218ab3f66ef61cc7e5ed5f060
sha256 5287a002ed5a31a7c6610240591e4c821ca8d61e012d4e683907a663e0780fbd
sha1 f9bd7dffe5a82d10e9c785dbf97abaf90c7a4b17

install

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