guzzle @ 7.13.1
integrity
- size
- 144.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Allow middleware to rewrite partial URIs before transports validate them
download
unix · zip
curl -fL -o 7.13.1.zip https://ratatoskr.space/pkg/guzzle/7.13.1.zip
printf '%s %s\n' '9504d3fe9fec78551f96877799b7c0b8f5cfb90f572bc9a9a0b0545af441323b' '7.13.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.13.1.zip"
$out = "7.13.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9504d3fe9fec78551f96877799b7c0b8f5cfb90f572bc9a9a0b0545af441323b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.13.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.13.1.tar.gz
printf '%s %s\n' '0c3c62b54ab231af2a893d9cea549fd32be1f65cf0253827c190d58d280773d4' '7.13.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.13.1.tar.gz"
$out = "7.13.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c3c62b54ab231af2a893d9cea549fd32be1f65cf0253827c190d58d280773d4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.13.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.1.zip
printf '%s %s\n' '9504d3fe9fec78551f96877799b7c0b8f5cfb90f572bc9a9a0b0545af441323b' '7.13.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.1.zip"
$out = "7.13.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9504d3fe9fec78551f96877799b7c0b8f5cfb90f572bc9a9a0b0545af441323b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.13.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.1.tar.gz
printf '%s %s\n' '0c3c62b54ab231af2a893d9cea549fd32be1f65cf0253827c190d58d280773d4' '7.13.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.1.tar.gz"
$out = "7.13.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0c3c62b54ab231af2a893d9cea549fd32be1f65cf0253827c190d58d280773d4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.13.1.zip | zip | 145.5 KiB |
blake3-24 d812fb39780e432dd263372a3b75100e656bc3a40b36038d
sha256 9504d3fe9fec78551f96877799b7c0b8f5cfb90f572bc9a9a0b0545af441323b
sha1 f7812d00b12c5adacdd1574edf3b7117154d608e
|
| 7.13.1.tar.gz | tar.gz | 120.8 KiB |
blake3-24 0f69158ce39d11dedfe7adba6af2a7e7a06eebbf113e4f5a
sha256 0c3c62b54ab231af2a893d9cea549fd32be1f65cf0253827c190d58d280773d4
sha1 bfd42c76518c8017ac8b0997e386ff680ef3e147
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.13.1.tar.gz"],
integrity = "sha256-DDxitUqyMa8qiT2c6lSf0yvh9lzwJTgnwZDVjSgHc9Q=",
strip_prefix = "guzzle-7.13.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.13.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.13.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.1.tar.gz"],
integrity = "sha256-DDxitUqyMa8qiT2c6lSf0yvh9lzwJTgnwZDVjSgHc9Q=",
strip_prefix = "guzzle-7.13.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.13.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.13.1