guzzle @ 6.5.6
integrity
- size
- 103.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 6.5.6.zip https://ratatoskr.space/pkg/guzzle/6.5.6.zip
printf '%s %s\n' '80d2ff35931ffb348c5b0d76f760d389d7a580ed4a0fd4c5cc445abed0d65622' '6.5.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.6.zip"
$out = "6.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80d2ff35931ffb348c5b0d76f760d389d7a580ed4a0fd4c5cc445abed0d65622") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.6.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.6.tar.gz
printf '%s %s\n' '2babe2d9ae5aab182a971be2abcf3f1cf35511236535e889af0d456228618aeb' '6.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.6.tar.gz"
$out = "6.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2babe2d9ae5aab182a971be2abcf3f1cf35511236535e889af0d456228618aeb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.6.zip
printf '%s %s\n' '80d2ff35931ffb348c5b0d76f760d389d7a580ed4a0fd4c5cc445abed0d65622' '6.5.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.6.zip"
$out = "6.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80d2ff35931ffb348c5b0d76f760d389d7a580ed4a0fd4c5cc445abed0d65622") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.6.tar.gz
printf '%s %s\n' '2babe2d9ae5aab182a971be2abcf3f1cf35511236535e889af0d456228618aeb' '6.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.6.tar.gz"
$out = "6.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2babe2d9ae5aab182a971be2abcf3f1cf35511236535e889af0d456228618aeb") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.5.6.zip | zip | 103.8 KiB |
blake3-24 7212ba0d3ae0d2e5e94ffa35edcf56b9aa3ace6ff947267e
sha256 80d2ff35931ffb348c5b0d76f760d389d7a580ed4a0fd4c5cc445abed0d65622
sha1 02fcbf3702405e7faeea23f44bd8dfc64bc6fe72
|
| 6.5.6.tar.gz | tar.gz | 84.2 KiB |
blake3-24 aee7923180ea052ba1beb97f95a425b766b762a91b5b1a5d
sha256 2babe2d9ae5aab182a971be2abcf3f1cf35511236535e889af0d456228618aeb
sha1 6951b9a20663ef5e3a184c4f83abe40f96c1e713
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.5.6.tar.gz"],
integrity = "sha256-K6vi2a5aqxgqlxviq88/HPNVESNlNeiJrw1FYihhius=",
strip_prefix = "guzzle-6.5.6",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.5.6.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.5.6
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.6.tar.gz"],
integrity = "sha256-K6vi2a5aqxgqlxviq88/HPNVESNlNeiJrw1FYihhius=",
strip_prefix = "guzzle-6.5.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.6.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.5.6