goconfgen @ 0.2.0
integrity
- size
- 65.7 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/amazing-generators/goconfgen
release notes
Full Changelog: https://github.com/amazing-generators/goconfgen/commits/0.2.0
download
unix · zip
curl -fL -o 0.2.0.zip https://ratatoskr.space/pkg/goconfgen/0.2.0.zip
printf '%s %s\n' '17e3229bd4043984adb230bc9579000288bee84b690ca55d26de7bc7de1d78c6' '0.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goconfgen/0.2.0.zip"
$out = "0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17e3229bd4043984adb230bc9579000288bee84b690ca55d26de7bc7de1d78c6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.2.0.tar.gz https://ratatoskr.space/pkg/goconfgen/0.2.0.tar.gz
printf '%s %s\n' '224749bfc258582049475d61f1514056168e5780cf4c571d45054cbc07bddd1e' '0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goconfgen/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 "224749bfc258582049475d61f1514056168e5780cf4c571d45054cbc07bddd1e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.2.0.zip
printf '%s %s\n' '17e3229bd4043984adb230bc9579000288bee84b690ca55d26de7bc7de1d78c6' '0.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.2.0.zip"
$out = "0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17e3229bd4043984adb230bc9579000288bee84b690ca55d26de7bc7de1d78c6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.2.0.tar.gz
printf '%s %s\n' '224749bfc258582049475d61f1514056168e5780cf4c571d45054cbc07bddd1e' '0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/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 "224749bfc258582049475d61f1514056168e5780cf4c571d45054cbc07bddd1e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.2.0.zip | zip | 65.4 KiB |
blake3-24 31b01b2dfcee7dfcfd48c13950bc0af46efd55d7fa802877
sha256 17e3229bd4043984adb230bc9579000288bee84b690ca55d26de7bc7de1d78c6
sha1 5dc561d333674735e02a2f6e4b55c9ce7460eae9
|
| 0.2.0.tar.gz | tar.gz | 47.9 KiB |
blake3-24 40ec01084361d920ff0d5508df7100185abc42f126afde9b
sha256 224749bfc258582049475d61f1514056168e5780cf4c571d45054cbc07bddd1e
sha1 cfd5f03150933a6e73762b75ce7434a6782db2bb
|
install
bazel
http_archive(
name = "goconfgen",
urls = ["https://ratatoskr.space/pkg/goconfgen/0.2.0.tar.gz"],
integrity = "sha256-IkdJv8JYWCBJR11h8VFAVhaOV4DPTFcdRQVMvAe93R4=",
strip_prefix = "goconfgen-0.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/goconfgen/0.2.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "goconfgen",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.2.0.tar.gz"],
integrity = "sha256-IkdJv8JYWCBJR11h8VFAVhaOV4DPTFcdRQVMvAe93R4=",
strip_prefix = "goconfgen-0.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.2.0.tar.gz",