godepsgen @ 0.2.0
integrity
- size
- 39.7 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/amazing-generators/godepsgen
release notes
Full Changelog: https://github.com/amazing-generators/godepsgen/commits/0.2.0
download
unix · zip
curl -fL -o 0.2.0.zip https://ratatoskr.space/pkg/godepsgen/0.2.0.zip
printf '%s %s\n' 'c8e90af2533c8f6540737ac312052f4c507201abd99925a8bf31c25fe20a3ff1' '0.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/godepsgen/0.2.0.zip"
$out = "0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8e90af2533c8f6540737ac312052f4c507201abd99925a8bf31c25fe20a3ff1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.2.0.tar.gz https://ratatoskr.space/pkg/godepsgen/0.2.0.tar.gz
printf '%s %s\n' '4124054755c0108758baff6e47d651f813644f80e0eb99ce0fbff3e20dd2a23d' '0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/godepsgen/0.2.0.tar.gz"
$out = "0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4124054755c0108758baff6e47d651f813644f80e0eb99ce0fbff3e20dd2a23d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/godepsgen/0.2.0.zip
printf '%s %s\n' 'c8e90af2533c8f6540737ac312052f4c507201abd99925a8bf31c25fe20a3ff1' '0.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/godepsgen/0.2.0.zip"
$out = "0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8e90af2533c8f6540737ac312052f4c507201abd99925a8bf31c25fe20a3ff1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/godepsgen/0.2.0.tar.gz
printf '%s %s\n' '4124054755c0108758baff6e47d651f813644f80e0eb99ce0fbff3e20dd2a23d' '0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/godepsgen/0.2.0.tar.gz"
$out = "0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4124054755c0108758baff6e47d651f813644f80e0eb99ce0fbff3e20dd2a23d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.2.0.zip | zip | 38.3 KiB |
blake3-24 4747c0a1d7fd623cc0da59632c4acf77abaf03ba1727aa29
sha256 c8e90af2533c8f6540737ac312052f4c507201abd99925a8bf31c25fe20a3ff1
sha1 12a4374855916726046f4cca214e6de12ed64df8
|
| 0.2.0.tar.gz | tar.gz | 27.2 KiB |
blake3-24 3968e66a63a83850b9fad19b7977580065f726cbd8b8ff44
sha256 4124054755c0108758baff6e47d651f813644f80e0eb99ce0fbff3e20dd2a23d
sha1 55466d76ceb12a6dbe4648bdcbcc8d7ef63cb3db
|
install
bazel
http_archive(
name = "godepsgen",
urls = ["https://ratatoskr.space/pkg/godepsgen/0.2.0.tar.gz"],
integrity = "sha256-QSQFR1XAEIdYuv9uR9ZR+BNkT4Dg65nOD7/z4g3Soj0=",
strip_prefix = "godepsgen-0.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/godepsgen/0.2.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "godepsgen",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/godepsgen/0.2.0.tar.gz"],
integrity = "sha256-QSQFR1XAEIdYuv9uR9ZR+BNkT4Dg65nOD7/z4g3Soj0=",
strip_prefix = "godepsgen-0.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/godepsgen/0.2.0.tar.gz",