ratatoskr @ v0.1.0
integrity
- size
- 104.6 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/voluminor/ratatoskr
release notes
What's Changed
- Add/init by @SUNsung in https://github.com/voluminor/ratatoskr/pull/1
- Build(deps): Bump geekyeggo/delete-artifact from 5 to 6 by @dependabot[bot] in https://github.com/voluminor/ratatoskr/pull/2
- Build(deps): Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in https://github.com/voluminor/ratatoskr/pull/4
- Build(deps): Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/voluminor/ratatoskr/pull/3
New Contributors
- @SUNsung made their first contribution in https://github.com/voluminor/ratatoskr/pull/1
- @dependabot[bot] made their first contribution in https://github.com/voluminor/ratatoskr/pull/2
Full Changelog: https://github.com/voluminor/ratatoskr/commits/v0.1.0
download
unix · zip
curl -fL -o v0.1.0.zip https://ratatoskr.space/pkg/ratatoskr/v0.1.0.zip
printf '%s %s\n' 'cad5d8f163f1a71e9e98696b4bdbec33a7667f5c0f9994a4669ae44a72b46fc9' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ratatoskr/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cad5d8f163f1a71e9e98696b4bdbec33a7667f5c0f9994a4669ae44a72b46fc9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz https://ratatoskr.space/pkg/ratatoskr/v0.1.0.tar.gz
printf '%s %s\n' '2bf03014f1e58e48a04d41f2365587f13d74c940089010eaa823910f5754bd82' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ratatoskr/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bf03014f1e58e48a04d41f2365587f13d74c940089010eaa823910f5754bd82") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr/v0.1.0.zip
printf '%s %s\n' 'cad5d8f163f1a71e9e98696b4bdbec33a7667f5c0f9994a4669ae44a72b46fc9' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cad5d8f163f1a71e9e98696b4bdbec33a7667f5c0f9994a4669ae44a72b46fc9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr/v0.1.0.tar.gz
printf '%s %s\n' '2bf03014f1e58e48a04d41f2365587f13d74c940089010eaa823910f5754bd82' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bf03014f1e58e48a04d41f2365587f13d74c940089010eaa823910f5754bd82") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.0.zip | zip | 104.1 KiB |
blake3-24 76105c703c4f4d5daeaa0420eabd0a8b99149bdd252f1f1e
sha256 cad5d8f163f1a71e9e98696b4bdbec33a7667f5c0f9994a4669ae44a72b46fc9
sha1 ba482136773a95630e93db1513f0af7b9c8cc5ac
|
| v0.1.0.tar.gz | tar.gz | 79.0 KiB |
blake3-24 ce4d60f8f854c0e239cd5346a4990a5cf732c080383684d2
sha256 2bf03014f1e58e48a04d41f2365587f13d74c940089010eaa823910f5754bd82
sha1 6dac7ccbb699bc6354a47fc97ec3a078a802ef87
|
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 |
|---|---|---|---|
| v0.1.0.zip | zip | 77.0 KiB |
blake3-24 3505969d8b34c642474698f1f7c7f8bd6e8aa5604c27c729
sha256 a773cc9d1600856dfa948889f201626730e54f2085749daeb741623f0c500a71
sha1 9c205ac0841f56b0797dce8ac870d6eabf217208
|
install
bazel
http_archive(
name = "ratatoskr",
urls = ["https://ratatoskr.space/pkg/ratatoskr/v0.1.0.tar.gz"],
integrity = "sha256-K/AwFPHljkigTUHyNlWH8T10yUAIkBDqqCORD1dUvYI=",
strip_prefix = "ratatoskr-v0.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/ratatoskr/v0.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/ratatoskr@v0.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "ratatoskr",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr/v0.1.0.tar.gz"],
integrity = "sha256-K/AwFPHljkigTUHyNlWH8T10yUAIkBDqqCORD1dUvYI=",
strip_prefix = "ratatoskr-v0.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr/v0.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ratatoskr@v0.1.0