guzzle @ 7.11.1
integrity
- size
- 126.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Ignore request-level
transport_sharing, matching other unknown request options
download
unix · zip
curl -fL -o 7.11.1.zip https://ratatoskr.space/pkg/guzzle/7.11.1.zip
printf '%s %s\n' 'f95e2641a683645ca8fcce48e4dd7937539474e14dc11de74b406964f1050ba5' '7.11.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.11.1.zip"
$out = "7.11.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f95e2641a683645ca8fcce48e4dd7937539474e14dc11de74b406964f1050ba5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.11.1.tar.gz
printf '%s %s\n' '2cdf6d9b63c8954b6be6b106dd0389257badd9fcfc8eae18bdc637d95265fd4d' '7.11.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.11.1.tar.gz"
$out = "7.11.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2cdf6d9b63c8954b6be6b106dd0389257badd9fcfc8eae18bdc637d95265fd4d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.11.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.1.zip
printf '%s %s\n' 'f95e2641a683645ca8fcce48e4dd7937539474e14dc11de74b406964f1050ba5' '7.11.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.1.zip"
$out = "7.11.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f95e2641a683645ca8fcce48e4dd7937539474e14dc11de74b406964f1050ba5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.1.tar.gz
printf '%s %s\n' '2cdf6d9b63c8954b6be6b106dd0389257badd9fcfc8eae18bdc637d95265fd4d' '7.11.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.1.tar.gz"
$out = "7.11.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2cdf6d9b63c8954b6be6b106dd0389257badd9fcfc8eae18bdc637d95265fd4d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.11.1.zip | zip | 127.1 KiB |
blake3-24 64712e64b68ebc08f6c3165ea1805449a12db17e03523362
sha256 f95e2641a683645ca8fcce48e4dd7937539474e14dc11de74b406964f1050ba5
sha1 7f6033674b7675bfbe3e053a0dad7738e6a94de3
|
| 7.11.1.tar.gz | tar.gz | 103.7 KiB |
blake3-24 42d5f4e3c0f492bb564b584f4488894aac2e5cfe1797c20e
sha256 2cdf6d9b63c8954b6be6b106dd0389257badd9fcfc8eae18bdc637d95265fd4d
sha1 3bc60823250b319b23bcb8b5a417d1ad400fb9c6
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.11.1.tar.gz"],
integrity = "sha256-LN9tm2PIlUtr5rEG3QOJJXut2fz8jq4YvcY32VJl/U0=",
strip_prefix = "guzzle-7.11.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.11.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.11.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.1.tar.gz"],
integrity = "sha256-LN9tm2PIlUtr5rEG3QOJJXut2fz8jq4YvcY32VJl/U0=",
strip_prefix = "guzzle-7.11.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.11.1