guzzle @ 7.4.3
integrity
- size
- 110.2 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.3.zip https://ratatoskr.space/pkg/guzzle/7.4.3.zip
printf '%s %s\n' 'c1707289b08ede9a8004220f56b23ef93cf63158b9eaf0126c2b3542dd5e3009' '7.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.4.3.zip"
$out = "7.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1707289b08ede9a8004220f56b23ef93cf63158b9eaf0126c2b3542dd5e3009") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.4.3.tar.gz
printf '%s %s\n' '684c05dbf8e0cc3d40f431dc4ee0d95090c5197a130218ae80427d9a8f5edb3b' '7.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.4.3.tar.gz"
$out = "7.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "684c05dbf8e0cc3d40f431dc4ee0d95090c5197a130218ae80427d9a8f5edb3b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.3.zip
printf '%s %s\n' 'c1707289b08ede9a8004220f56b23ef93cf63158b9eaf0126c2b3542dd5e3009' '7.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.3.zip"
$out = "7.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1707289b08ede9a8004220f56b23ef93cf63158b9eaf0126c2b3542dd5e3009") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.3.tar.gz
printf '%s %s\n' '684c05dbf8e0cc3d40f431dc4ee0d95090c5197a130218ae80427d9a8f5edb3b' '7.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.3.tar.gz"
$out = "7.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "684c05dbf8e0cc3d40f431dc4ee0d95090c5197a130218ae80427d9a8f5edb3b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.4.3.zip | zip | 110.6 KiB |
blake3-24 ea0b8327890392d78d5089aef5d66e0f7e7313c8296c14ec
sha256 c1707289b08ede9a8004220f56b23ef93cf63158b9eaf0126c2b3542dd5e3009
sha1 75ace007445fa564febe659e0601225dfb3c3477
|
| 7.4.3.tar.gz | tar.gz | 88.4 KiB |
blake3-24 b69d5559fe0095647c8daad866d07bd75b7c3399c49304c6
sha256 684c05dbf8e0cc3d40f431dc4ee0d95090c5197a130218ae80427d9a8f5edb3b
sha1 c55ca4312b5c0467ae37df81d59a155933bf8e25
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.4.3.tar.gz"],
integrity = "sha256-aEwF2/jgzD1A9DHcTuDZUJDFGXoTAhiugEJ9mo9e2zs=",
strip_prefix = "guzzle-7.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.4.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.4.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.3.tar.gz"],
integrity = "sha256-aEwF2/jgzD1A9DHcTuDZUJDFGXoTAhiugEJ9mo9e2zs=",
strip_prefix = "guzzle-7.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.4.3