guzzle @ 7.12.3
integrity
- size
- 136.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Adjusted
guzzlehttp/psr7version constraint to^2.12.3
Security
- Treat IP and numeric cookie domains as exact-match-only (GHSA-g446-98w2-8p5w)
download
unix · zip
curl -fL -o 7.12.3.zip https://ratatoskr.space/pkg/guzzle/7.12.3.zip
printf '%s %s\n' '10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4' '7.12.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.12.3.zip"
$out = "7.12.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.12.3.tar.gz
printf '%s %s\n' '877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8' '7.12.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.12.3.tar.gz"
$out = "7.12.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.12.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.zip
printf '%s %s\n' '10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4' '7.12.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.zip"
$out = "7.12.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.tar.gz
printf '%s %s\n' '877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8' '7.12.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.tar.gz"
$out = "7.12.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.12.3.zip | zip | 137.3 KiB |
blake3-24 31ab6bbf0d70eb0cfffa9d345f7be09bab1f760c386692ff
sha256 10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4
sha1 8b567e511d7190be1199866c678ded2478c75cf0
|
| 7.12.3.tar.gz | tar.gz | 113.3 KiB |
blake3-24 048386358c94399d37b4bec5a1b2d4453cde771c2adb2f37
sha256 877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8
sha1 488f8996b6cebb54f78af25fb4c3cb42424cfe62
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.12.3.tar.gz"],
integrity = "sha256-h3/CRvMfPWtqVFpBp7Tgctf8oN4WoPfxFM90GV4xIPg=",
strip_prefix = "guzzle-7.12.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.12.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.12.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.tar.gz"],
integrity = "sha256-h3/CRvMfPWtqVFpBp7Tgctf8oN4WoPfxFM90GV4xIPg=",
strip_prefix = "guzzle-7.12.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.12.3