guzzle @ 4.2.1
integrity
- size
- 627.0 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
- Ensuring that the StreamAdapter does not always add a Content-Type header
- Adding automated github releases with a phar and zip
download
unix · zip
curl -fL -o 4.2.1.zip https://ratatoskr.space/pkg/guzzle/4.2.1.zip
printf '%s %s\n' 'b13f161b9ac829fd672dafa695711dc15c398262669d12ec2fc4097ebe049894' '4.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/4.2.1.zip"
$out = "4.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b13f161b9ac829fd672dafa695711dc15c398262669d12ec2fc4097ebe049894") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.1.tar.gz https://ratatoskr.space/pkg/guzzle/4.2.1.tar.gz
printf '%s %s\n' '6b16731fa2aea5426d2a32dceb383b1caef6a45897464291e996255de80b6388' '4.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/4.2.1.tar.gz"
$out = "4.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6b16731fa2aea5426d2a32dceb383b1caef6a45897464291e996255de80b6388") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 4.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.1.zip
printf '%s %s\n' 'b13f161b9ac829fd672dafa695711dc15c398262669d12ec2fc4097ebe049894' '4.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.1.zip"
$out = "4.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b13f161b9ac829fd672dafa695711dc15c398262669d12ec2fc4097ebe049894") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.1.tar.gz
printf '%s %s\n' '6b16731fa2aea5426d2a32dceb383b1caef6a45897464291e996255de80b6388' '4.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.1.tar.gz"
$out = "4.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6b16731fa2aea5426d2a32dceb383b1caef6a45897464291e996255de80b6388") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 4.2.1.zip | zip | 626.6 KiB |
blake3-24 4af703c2a4f76e1f7af1b670717bc39c6f44e362b9852a2b
sha256 b13f161b9ac829fd672dafa695711dc15c398262669d12ec2fc4097ebe049894
sha1 aeefdd9d37df5ca1fc0be4edfb76c21778554c6f
|
| 4.2.1.tar.gz | tar.gz | 562.2 KiB |
blake3-24 f99c013279d5bda8f74531e70d1136acd16d91be9ae1dc6e
sha256 6b16731fa2aea5426d2a32dceb383b1caef6a45897464291e996255de80b6388
sha1 b510a5ee2f2e27f6faf8d3d1534ca1bcf324f899
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/4.2.1.tar.gz"],
integrity = "sha256-axZzH6KupUJtKjLc6zg7HK72pFiXRkKR6ZYlXegLY4g=",
strip_prefix = "guzzle-4.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/4.2.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:4.2.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.1.tar.gz"],
integrity = "sha256-axZzH6KupUJtKjLc6zg7HK72pFiXRkKR6ZYlXegLY4g=",
strip_prefix = "guzzle-4.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:4.2.1