guzzle @ 7.3.0
integrity
- size
- 109.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.3.0.zip https://ratatoskr.space/pkg/guzzle/7.3.0.zip
printf '%s %s\n' 'f2f5118c7d14c0f3d9d13dee6f2a22da225edcc90c329f1542484ce127d554b7' '7.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.3.0.zip"
$out = "7.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f2f5118c7d14c0f3d9d13dee6f2a22da225edcc90c329f1542484ce127d554b7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.3.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.3.0.tar.gz
printf '%s %s\n' '95c66db37297f1d990462bc68a8f60243cc44c2c56e5235183f2dcd1c2fe9ef2' '7.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.3.0.tar.gz"
$out = "7.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95c66db37297f1d990462bc68a8f60243cc44c2c56e5235183f2dcd1c2fe9ef2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.3.0.zip
printf '%s %s\n' 'f2f5118c7d14c0f3d9d13dee6f2a22da225edcc90c329f1542484ce127d554b7' '7.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.3.0.zip"
$out = "7.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f2f5118c7d14c0f3d9d13dee6f2a22da225edcc90c329f1542484ce127d554b7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.3.0.tar.gz
printf '%s %s\n' '95c66db37297f1d990462bc68a8f60243cc44c2c56e5235183f2dcd1c2fe9ef2' '7.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.3.0.tar.gz"
$out = "7.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95c66db37297f1d990462bc68a8f60243cc44c2c56e5235183f2dcd1c2fe9ef2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.3.0.zip | zip | 109.3 KiB |
blake3-24 658db83af843cc7d00ab489c38013f69f0273a4c2818920f
sha256 f2f5118c7d14c0f3d9d13dee6f2a22da225edcc90c329f1542484ce127d554b7
sha1 b36f641e0c38e6772bfc4063f2555f2fa5382463
|
| 7.3.0.tar.gz | tar.gz | 86.5 KiB |
blake3-24 05e1dfdd81dbb7325e5e9dc9bf9b976e8866d6fd53782cd5
sha256 95c66db37297f1d990462bc68a8f60243cc44c2c56e5235183f2dcd1c2fe9ef2
sha1 402dc6f65881b8ddad1ad0b1ed944a09f192cadb
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.3.0.tar.gz"],
integrity = "sha256-lcZts3KX8dmQRivGio9gJDzETCxW5SNRg/Lc0cL+nvI=",
strip_prefix = "guzzle-7.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.3.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.3.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.3.0.tar.gz"],
integrity = "sha256-lcZts3KX8dmQRivGio9gJDzETCxW5SNRg/Lc0cL+nvI=",
strip_prefix = "guzzle-7.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.3.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.3.0