guzzle @ 7.4.5
integrity
- size
- 110.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.4.5.zip https://ratatoskr.space/pkg/guzzle/7.4.5.zip
printf '%s %s\n' 'deeb15715555bbdb8023cb9e4f8b7c417c55631bb1b76ad7069f0df89c783a55' '7.4.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.4.5.zip"
$out = "7.4.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "deeb15715555bbdb8023cb9e4f8b7c417c55631bb1b76ad7069f0df89c783a55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.5.tar.gz https://ratatoskr.space/pkg/guzzle/7.4.5.tar.gz
printf '%s %s\n' '56b22cf753903c5bfd63026d4e9414c86a44cccc7e975d23006c4eefa6639d93' '7.4.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.4.5.tar.gz"
$out = "7.4.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "56b22cf753903c5bfd63026d4e9414c86a44cccc7e975d23006c4eefa6639d93") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.4.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.5.zip
printf '%s %s\n' 'deeb15715555bbdb8023cb9e4f8b7c417c55631bb1b76ad7069f0df89c783a55' '7.4.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.5.zip"
$out = "7.4.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "deeb15715555bbdb8023cb9e4f8b7c417c55631bb1b76ad7069f0df89c783a55") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.5.tar.gz
printf '%s %s\n' '56b22cf753903c5bfd63026d4e9414c86a44cccc7e975d23006c4eefa6639d93' '7.4.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.5.tar.gz"
$out = "7.4.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "56b22cf753903c5bfd63026d4e9414c86a44cccc7e975d23006c4eefa6639d93") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.4.5.zip | zip | 110.7 KiB |
blake3-24 9b88a3045614ed222fb3abfc533de1174c965d3332ce5564
sha256 deeb15715555bbdb8023cb9e4f8b7c417c55631bb1b76ad7069f0df89c783a55
sha1 a1bd52ba1de9ef46cfdcf09a29d7d4d849596d1d
|
| 7.4.5.tar.gz | tar.gz | 88.5 KiB |
blake3-24 db6044c83208f3ec3627811fb1eede8ad273a0bc78fd87f1
sha256 56b22cf753903c5bfd63026d4e9414c86a44cccc7e975d23006c4eefa6639d93
sha1 b1e0c1843e36ecfca8fe9c542895a828b64b435b
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.4.5.tar.gz"],
integrity = "sha256-VrIs91OQPFv9YwJtTpQUyGpEzMx+l10jAGxO76ZjnZM=",
strip_prefix = "guzzle-7.4.5",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.4.5.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.4.5
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.5.tar.gz"],
integrity = "sha256-VrIs91OQPFv9YwJtTpQUyGpEzMx+l10jAGxO76ZjnZM=",
strip_prefix = "guzzle-7.4.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.5.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.4.5