guzzle @ 6.5.7
integrity
- size
- 103.8 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.7.zip https://ratatoskr.space/pkg/guzzle/6.5.7.zip
printf '%s %s\n' 'ee251e760c76132ebc6505564e7120a41971da9e020cd718d917129fa27c7cac' '6.5.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.7.zip"
$out = "6.5.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee251e760c76132ebc6505564e7120a41971da9e020cd718d917129fa27c7cac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.7.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.7.tar.gz
printf '%s %s\n' '0ca2d45edbee2f98c5095c976797658669e176cfcac8302c29559a434d0c74d5' '6.5.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.7.tar.gz"
$out = "6.5.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ca2d45edbee2f98c5095c976797658669e176cfcac8302c29559a434d0c74d5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.7.zip
printf '%s %s\n' 'ee251e760c76132ebc6505564e7120a41971da9e020cd718d917129fa27c7cac' '6.5.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.7.zip"
$out = "6.5.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee251e760c76132ebc6505564e7120a41971da9e020cd718d917129fa27c7cac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.7.tar.gz
printf '%s %s\n' '0ca2d45edbee2f98c5095c976797658669e176cfcac8302c29559a434d0c74d5' '6.5.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.7.tar.gz"
$out = "6.5.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0ca2d45edbee2f98c5095c976797658669e176cfcac8302c29559a434d0c74d5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.5.7.zip | zip | 104.1 KiB |
blake3-24 46f36adfc28303937f8cc1656dee329dab10d67e86d4b33b
sha256 ee251e760c76132ebc6505564e7120a41971da9e020cd718d917129fa27c7cac
sha1 354282f6d45f71f7b4f14e2594cfa165278ec535
|
| 6.5.7.tar.gz | tar.gz | 84.5 KiB |
blake3-24 273564d5583c8f73ac384982bec4f704d7cdef4f4f2af249
sha256 0ca2d45edbee2f98c5095c976797658669e176cfcac8302c29559a434d0c74d5
sha1 8d64ccf2d0bd7755f592e940f922df5c72a2d458
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.5.7.tar.gz"],
integrity = "sha256-DKLUXtvuL5jFCVyXZ5dlhmnhds/KyDAsKVWaQ00MdNU=",
strip_prefix = "guzzle-6.5.7",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.5.7.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.5.7
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.7.tar.gz"],
integrity = "sha256-DKLUXtvuL5jFCVyXZ5dlhmnhds/KyDAsKVWaQ00MdNU=",
strip_prefix = "guzzle-6.5.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.7.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.5.7