goconfgen @ 0.3.0
integrity
- size
- 72.5 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/amazing-generators/goconfgen
release notes
What's Changed
- upd/new-add [0.2.0] by @SUNsung in https://github.com/amazing-generators/goconfgen/pull/1
New Contributors
- @SUNsung made their first contribution in https://github.com/amazing-generators/goconfgen/pull/1
Full Changelog: https://github.com/amazing-generators/goconfgen/commits/0.3.0
download
unix · zip
curl -fL -o 0.3.0.zip https://ratatoskr.space/pkg/goconfgen/0.3.0.zip
printf '%s %s\n' '50d77e90358f5ba84ef3cb7a9d035c91d234edabe81a454a215eb7763cd9d9f6' '0.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goconfgen/0.3.0.zip"
$out = "0.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50d77e90358f5ba84ef3cb7a9d035c91d234edabe81a454a215eb7763cd9d9f6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.0.tar.gz https://ratatoskr.space/pkg/goconfgen/0.3.0.tar.gz
printf '%s %s\n' 'deacae3ce0aa75bbea1b3ac37a7d4fbbb56ab3a958b51a2800da8889f9a2f473' '0.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goconfgen/0.3.0.tar.gz"
$out = "0.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "deacae3ce0aa75bbea1b3ac37a7d4fbbb56ab3a958b51a2800da8889f9a2f473") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.3.0.zip
printf '%s %s\n' '50d77e90358f5ba84ef3cb7a9d035c91d234edabe81a454a215eb7763cd9d9f6' '0.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.3.0.zip"
$out = "0.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50d77e90358f5ba84ef3cb7a9d035c91d234edabe81a454a215eb7763cd9d9f6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.3.0.tar.gz
printf '%s %s\n' 'deacae3ce0aa75bbea1b3ac37a7d4fbbb56ab3a958b51a2800da8889f9a2f473' '0.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.3.0.tar.gz"
$out = "0.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "deacae3ce0aa75bbea1b3ac37a7d4fbbb56ab3a958b51a2800da8889f9a2f473") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.3.0.zip | zip | 72.5 KiB |
blake3-24 6590a17f46c6e2a542cf7878c8df26ad3599ca165fff4827
sha256 50d77e90358f5ba84ef3cb7a9d035c91d234edabe81a454a215eb7763cd9d9f6
sha1 3846d1e740de2a7cd35a7872993534c3bb2da29a
|
| 0.3.0.tar.gz | tar.gz | 53.4 KiB |
blake3-24 fab25c721f40b6356f5d8ce262b0e567571810dc357c927b
sha256 deacae3ce0aa75bbea1b3ac37a7d4fbbb56ab3a958b51a2800da8889f9a2f473
sha1 b7ec75ca379866c6659778b086dc1826b6c27a67
|
install
bazel
http_archive(
name = "goconfgen",
urls = ["https://ratatoskr.space/pkg/goconfgen/0.3.0.tar.gz"],
integrity = "sha256-3qyuPOCqdbvqGzrDen1Pu7Vqs6lYtRooANqIifmi9HM=",
strip_prefix = "goconfgen-0.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/goconfgen/0.3.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "goconfgen",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.3.0.tar.gz"],
integrity = "sha256-3qyuPOCqdbvqGzrDen1Pu7Vqs6lYtRooANqIifmi9HM=",
strip_prefix = "goconfgen-0.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goconfgen/0.3.0.tar.gz",