guzzle @ 7.4.1
integrity
- size
- 109.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.4.1.zip https://ratatoskr.space/pkg/guzzle/7.4.1.zip
printf '%s %s\n' '7e3bf14b721cab2e4bb51b11b0a313133068b31a66d630c3bee42d0ddb7d6c2b' '7.4.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.4.1.zip"
$out = "7.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e3bf14b721cab2e4bb51b11b0a313133068b31a66d630c3bee42d0ddb7d6c2b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.4.1.tar.gz
printf '%s %s\n' 'bb403f833d1e04da4273b8727780a0baefa79ccfa477cecc0e4853146a9154e2' '7.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.4.1.tar.gz"
$out = "7.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb403f833d1e04da4273b8727780a0baefa79ccfa477cecc0e4853146a9154e2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.4.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.1.zip
printf '%s %s\n' '7e3bf14b721cab2e4bb51b11b0a313133068b31a66d630c3bee42d0ddb7d6c2b' '7.4.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.1.zip"
$out = "7.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e3bf14b721cab2e4bb51b11b0a313133068b31a66d630c3bee42d0ddb7d6c2b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.1.tar.gz
printf '%s %s\n' 'bb403f833d1e04da4273b8727780a0baefa79ccfa477cecc0e4853146a9154e2' '7.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.1.tar.gz"
$out = "7.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb403f833d1e04da4273b8727780a0baefa79ccfa477cecc0e4853146a9154e2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.4.1.zip | zip | 110.2 KiB |
blake3-24 7744df40db005f7ffd15994ce942d8c9e254138312c19f5a
sha256 7e3bf14b721cab2e4bb51b11b0a313133068b31a66d630c3bee42d0ddb7d6c2b
sha1 f3c9f5df67420bfcff2aec00503c1804d1dd6957
|
| 7.4.1.tar.gz | tar.gz | 88.0 KiB |
blake3-24 fe6fb2bf7a819a2b87d49139155e31effee7f63e4fc1cec6
sha256 bb403f833d1e04da4273b8727780a0baefa79ccfa477cecc0e4853146a9154e2
sha1 82f6115140c6660fae16d1a16a3f129e95708f64
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.4.1.tar.gz"],
integrity = "sha256-u0A/gz0eBNpCc7hyd4Cguu+nnM+kd87MDkhTFGqRVOI=",
strip_prefix = "guzzle-7.4.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.4.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.4.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.1.tar.gz"],
integrity = "sha256-u0A/gz0eBNpCc7hyd4Cguu+nnM+kd87MDkhTFGqRVOI=",
strip_prefix = "guzzle-7.4.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.4.1