guzzle @ 7.4.2
integrity
- size
- 110.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.4.2.zip https://ratatoskr.space/pkg/guzzle/7.4.2.zip
printf '%s %s\n' '4475b43e3dd8dc839666e253f45209f08ecdb8cb56c54395eb1a638854053e26' '7.4.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.4.2.zip"
$out = "7.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4475b43e3dd8dc839666e253f45209f08ecdb8cb56c54395eb1a638854053e26") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.4.2.tar.gz
printf '%s %s\n' 'db5f8b041b4945b7168e4727f8269b09d4d496cbc745d0f878e30629cfe965a0' '7.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.4.2.tar.gz"
$out = "7.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db5f8b041b4945b7168e4727f8269b09d4d496cbc745d0f878e30629cfe965a0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.4.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.2.zip
printf '%s %s\n' '4475b43e3dd8dc839666e253f45209f08ecdb8cb56c54395eb1a638854053e26' '7.4.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.2.zip"
$out = "7.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4475b43e3dd8dc839666e253f45209f08ecdb8cb56c54395eb1a638854053e26") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.2.tar.gz
printf '%s %s\n' 'db5f8b041b4945b7168e4727f8269b09d4d496cbc745d0f878e30629cfe965a0' '7.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.2.tar.gz"
$out = "7.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db5f8b041b4945b7168e4727f8269b09d4d496cbc745d0f878e30629cfe965a0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.4.2.zip | zip | 110.4 KiB |
blake3-24 01bcb70ce88c0fd4b173d08fdf144b82f13fa4eae5b7dda0
sha256 4475b43e3dd8dc839666e253f45209f08ecdb8cb56c54395eb1a638854053e26
sha1 9544933fff10e2598328e91fe0481d254234f346
|
| 7.4.2.tar.gz | tar.gz | 88.3 KiB |
blake3-24 f882fa06d85a08215daa4e228080ee5f386a6152f7f6b831
sha256 db5f8b041b4945b7168e4727f8269b09d4d496cbc745d0f878e30629cfe965a0
sha1 b469f4a541700cdb5ee25c8a841754a7653104ba
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.4.2.tar.gz"],
integrity = "sha256-21+LBBtJRbcWjkcn+CabCdTUlsvHRdD4eOMGKc/pZaA=",
strip_prefix = "guzzle-7.4.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.4.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.4.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.2.tar.gz"],
integrity = "sha256-21+LBBtJRbcWjkcn+CabCdTUlsvHRdD4eOMGKc/pZaA=",
strip_prefix = "guzzle-7.4.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.4.2