guzzle @ 7.7.1
integrity
- size
- 111.3 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.7.1.zip https://ratatoskr.space/pkg/guzzle/7.7.1.zip
printf '%s %s\n' '1cc5d3be70294db70ba3bbb8d864e492008925ba4f108c596015823772dfcf2e' '7.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.7.1.zip"
$out = "7.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1cc5d3be70294db70ba3bbb8d864e492008925ba4f108c596015823772dfcf2e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.7.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.7.1.tar.gz
printf '%s %s\n' '60f078e1d71f44c224e1bb1a773cfcd39d09df6523e1d1c9b1f05b00cf321d25' '7.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.7.1.tar.gz"
$out = "7.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60f078e1d71f44c224e1bb1a773cfcd39d09df6523e1d1c9b1f05b00cf321d25") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.1.zip
printf '%s %s\n' '1cc5d3be70294db70ba3bbb8d864e492008925ba4f108c596015823772dfcf2e' '7.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.1.zip"
$out = "7.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1cc5d3be70294db70ba3bbb8d864e492008925ba4f108c596015823772dfcf2e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.1.tar.gz
printf '%s %s\n' '60f078e1d71f44c224e1bb1a773cfcd39d09df6523e1d1c9b1f05b00cf321d25' '7.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.1.tar.gz"
$out = "7.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60f078e1d71f44c224e1bb1a773cfcd39d09df6523e1d1c9b1f05b00cf321d25") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.7.1.zip | zip | 111.7 KiB |
blake3-24 e3eb6421eb1edc4038cda39e8f98548c6a993c3329e88cfc
sha256 1cc5d3be70294db70ba3bbb8d864e492008925ba4f108c596015823772dfcf2e
sha1 fedf47cc32c6507394281085a0d44949083810c5
|
| 7.7.1.tar.gz | tar.gz | 89.6 KiB |
blake3-24 0400b872759ac3c2f083cd109ef8359674a12a653d806170
sha256 60f078e1d71f44c224e1bb1a773cfcd39d09df6523e1d1c9b1f05b00cf321d25
sha1 349bb6c531f126da286e7f70a84858499506bbe0
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.7.1.tar.gz"],
integrity = "sha256-YPB44dcfRMIk4bsadzz8050J32Uj4dHJsfBbAM8yHSU=",
strip_prefix = "guzzle-7.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.7.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.7.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.1.tar.gz"],
integrity = "sha256-YPB44dcfRMIk4bsadzz8050J32Uj4dHJsfBbAM8yHSU=",
strip_prefix = "guzzle-7.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.7.1