guzzle @ 7.15.5
integrity
- size
- 174.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Adjusted
guzzlehttp/psr7version constraint to^2.13.1 - Adjusted
guzzlehttp/promisesversion constraint to^2.5.3
download
unix · zip
curl -fL -o 7.15.5.zip https://ratatoskr.space/pkg/guzzle/7.15.5.zip
printf '%s %s\n' '6f938cb6e641feda8ad188601ecb562b97298f795844810b1b3024a6bdd064b6' '7.15.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.15.5.zip"
$out = "7.15.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6f938cb6e641feda8ad188601ecb562b97298f795844810b1b3024a6bdd064b6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.5.tar.gz https://ratatoskr.space/pkg/guzzle/7.15.5.tar.gz
printf '%s %s\n' 'b8cffae37948eb8c30310d91b39e0cc06f6023885de06497ba609022ac5a1ddd' '7.15.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.15.5.tar.gz"
$out = "7.15.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b8cffae37948eb8c30310d91b39e0cc06f6023885de06497ba609022ac5a1ddd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.15.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.5.zip
printf '%s %s\n' '6f938cb6e641feda8ad188601ecb562b97298f795844810b1b3024a6bdd064b6' '7.15.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.5.zip"
$out = "7.15.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6f938cb6e641feda8ad188601ecb562b97298f795844810b1b3024a6bdd064b6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.5.tar.gz
printf '%s %s\n' 'b8cffae37948eb8c30310d91b39e0cc06f6023885de06497ba609022ac5a1ddd' '7.15.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.5.tar.gz"
$out = "7.15.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b8cffae37948eb8c30310d91b39e0cc06f6023885de06497ba609022ac5a1ddd") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.15.5.zip | zip | 175.8 KiB |
blake3-24 00a09085b44e6fb942f1117364c20452e9ef66e4b36d8d76
sha256 6f938cb6e641feda8ad188601ecb562b97298f795844810b1b3024a6bdd064b6
sha1 9239b645d3ee4edb078d343a99ffe05689fe201d
|
| 7.15.5.tar.gz | tar.gz | 149.0 KiB |
blake3-24 507ecac9674380ccbde9da360067a367d53e8d96615d4e64
sha256 b8cffae37948eb8c30310d91b39e0cc06f6023885de06497ba609022ac5a1ddd
sha1 e97374a491a520b3a01839d000cbededf34c622f
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.15.5.tar.gz"],
integrity = "sha256-uM/643lI64wwMQ2Rs54MwG9gI4hd4GSXumCQIqxaHd0=",
strip_prefix = "guzzle-7.15.5",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.15.5.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.15.5
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.5.tar.gz"],
integrity = "sha256-uM/643lI64wwMQ2Rs54MwG9gI4hd4GSXumCQIqxaHd0=",
strip_prefix = "guzzle-7.15.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.5.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.15.5