guzzle @ 7.7.0
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.0.zip https://ratatoskr.space/pkg/guzzle/7.7.0.zip
printf '%s %s\n' '7117e23ab9d0adb88cd03a0f29dd3155a5f1ee6ce206b947fdbf88b7b5bb7ffd' '7.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.7.0.zip"
$out = "7.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7117e23ab9d0adb88cd03a0f29dd3155a5f1ee6ce206b947fdbf88b7b5bb7ffd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.7.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.7.0.tar.gz
printf '%s %s\n' 'fe5a8b2d0f736669d8e642dee25512b06fd3fc96e0f0ae8af5756eab038cf686' '7.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.7.0.tar.gz"
$out = "7.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fe5a8b2d0f736669d8e642dee25512b06fd3fc96e0f0ae8af5756eab038cf686") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.0.zip
printf '%s %s\n' '7117e23ab9d0adb88cd03a0f29dd3155a5f1ee6ce206b947fdbf88b7b5bb7ffd' '7.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.0.zip"
$out = "7.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7117e23ab9d0adb88cd03a0f29dd3155a5f1ee6ce206b947fdbf88b7b5bb7ffd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.0.tar.gz
printf '%s %s\n' 'fe5a8b2d0f736669d8e642dee25512b06fd3fc96e0f0ae8af5756eab038cf686' '7.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.0.tar.gz"
$out = "7.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fe5a8b2d0f736669d8e642dee25512b06fd3fc96e0f0ae8af5756eab038cf686") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.7.0.zip | zip | 111.7 KiB |
blake3-24 2ece51b4911ec0c8e749bac5f7edde9f6e9fb96455e93df6
sha256 7117e23ab9d0adb88cd03a0f29dd3155a5f1ee6ce206b947fdbf88b7b5bb7ffd
sha1 9530ee9ae3f4ab5f6fa61fb9aa91bee5c2977bb3
|
| 7.7.0.tar.gz | tar.gz | 89.6 KiB |
blake3-24 906e3bf8a336b8972b41af835e27804e28c1f1a69ee6c983
sha256 fe5a8b2d0f736669d8e642dee25512b06fd3fc96e0f0ae8af5756eab038cf686
sha1 9ff509fbdb26b139984d10e446fc9ad959a5d894
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.7.0.tar.gz"],
integrity = "sha256-/lqLLQ9zZmnY5kLe4lUSsG/T/Jbg8K6K9XVuqwOM9oY=",
strip_prefix = "guzzle-7.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.7.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.7.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.0.tar.gz"],
integrity = "sha256-/lqLLQ9zZmnY5kLe4lUSsG/T/Jbg8K6K9XVuqwOM9oY=",
strip_prefix = "guzzle-7.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.7.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.7.0