guzzle @ 7.11.2
integrity
- size
- 126.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Fixed non-finite float values emitting coercion warnings on PHP 8.5
download
unix · zip
curl -fL -o 7.11.2.zip https://ratatoskr.space/pkg/guzzle/7.11.2.zip
printf '%s %s\n' '95b4ed847ccb3e601d2a2a4bc4c2f3bf90f0e5d3aa2636076c5a85069b2d554c' '7.11.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.11.2.zip"
$out = "7.11.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95b4ed847ccb3e601d2a2a4bc4c2f3bf90f0e5d3aa2636076c5a85069b2d554c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.11.2.tar.gz
printf '%s %s\n' 'ab3b39264443264aa818e8ff9e0ac22cbd8d499f3976aacda5e4f35a39f64413' '7.11.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.11.2.tar.gz"
$out = "7.11.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab3b39264443264aa818e8ff9e0ac22cbd8d499f3976aacda5e4f35a39f64413") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.11.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.2.zip
printf '%s %s\n' '95b4ed847ccb3e601d2a2a4bc4c2f3bf90f0e5d3aa2636076c5a85069b2d554c' '7.11.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.2.zip"
$out = "7.11.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95b4ed847ccb3e601d2a2a4bc4c2f3bf90f0e5d3aa2636076c5a85069b2d554c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.2.tar.gz
printf '%s %s\n' 'ab3b39264443264aa818e8ff9e0ac22cbd8d499f3976aacda5e4f35a39f64413' '7.11.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.2.tar.gz"
$out = "7.11.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ab3b39264443264aa818e8ff9e0ac22cbd8d499f3976aacda5e4f35a39f64413") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.11.2.zip | zip | 127.3 KiB |
blake3-24 2a4b2ff62e9538ee8929b014909697d93a96b1b718adb771
sha256 95b4ed847ccb3e601d2a2a4bc4c2f3bf90f0e5d3aa2636076c5a85069b2d554c
sha1 237a94d5edc4e8e65a95cb798506478fae22727a
|
| 7.11.2.tar.gz | tar.gz | 104.0 KiB |
blake3-24 9664bae257dd1ebb4d5203453e618d750e101e069dca7a20
sha256 ab3b39264443264aa818e8ff9e0ac22cbd8d499f3976aacda5e4f35a39f64413
sha1 727056864f007936a83ef3c24368b28e9f25e35c
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.11.2.tar.gz"],
integrity = "sha256-qzs5JkRDJkqoGOj/ngrCLL2NSZ85dqrNpeTzWjn2RBM=",
strip_prefix = "guzzle-7.11.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.11.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.11.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.2.tar.gz"],
integrity = "sha256-qzs5JkRDJkqoGOj/ngrCLL2NSZ85dqrNpeTzWjn2RBM=",
strip_prefix = "guzzle-7.11.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.11.2