guzzle @ 4.2.3
integrity
- size
- 628.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 4.2.3.zip https://ratatoskr.space/pkg/guzzle/4.2.3.zip
printf '%s %s\n' 'e443f61ba448584459b831f59d84b055b26a978d2fe5b159b7c2b413bcf275ac' '4.2.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/4.2.3.zip"
$out = "4.2.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e443f61ba448584459b831f59d84b055b26a978d2fe5b159b7c2b413bcf275ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.3.tar.gz https://ratatoskr.space/pkg/guzzle/4.2.3.tar.gz
printf '%s %s\n' '7c243975da9d610befcbe393758a26e5bda662aa77ed4affc444d5fec6cec60d' '4.2.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/4.2.3.tar.gz"
$out = "4.2.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7c243975da9d610befcbe393758a26e5bda662aa77ed4affc444d5fec6cec60d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 4.2.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.3.zip
printf '%s %s\n' 'e443f61ba448584459b831f59d84b055b26a978d2fe5b159b7c2b413bcf275ac' '4.2.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.3.zip"
$out = "4.2.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e443f61ba448584459b831f59d84b055b26a978d2fe5b159b7c2b413bcf275ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.3.tar.gz
printf '%s %s\n' '7c243975da9d610befcbe393758a26e5bda662aa77ed4affc444d5fec6cec60d' '4.2.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.3.tar.gz"
$out = "4.2.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7c243975da9d610befcbe393758a26e5bda662aa77ed4affc444d5fec6cec60d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 4.2.3.zip | zip | 628.5 KiB |
blake3-24 81385bfeaf3365cfa0db28599e64ffd9292c28cad277e929
sha256 e443f61ba448584459b831f59d84b055b26a978d2fe5b159b7c2b413bcf275ac
sha1 57817f200d9a009118cc2354d258f30fd5665b94
|
| 4.2.3.tar.gz | tar.gz | 562.9 KiB |
blake3-24 c9bc748964ef427858d86cd5899ef938b553c030c463dd69
sha256 7c243975da9d610befcbe393758a26e5bda662aa77ed4affc444d5fec6cec60d
sha1 883e7f232074d0ffd04f54f3d79a942ada3dd89d
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/4.2.3.tar.gz"],
integrity = "sha256-fCQ5ddqdYQvvy+OTdYom5b2mYqp37Ur/xETV/sbOxg0=",
strip_prefix = "guzzle-4.2.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/4.2.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:4.2.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.3.tar.gz"],
integrity = "sha256-fCQ5ddqdYQvvy+OTdYom5b2mYqp37Ur/xETV/sbOxg0=",
strip_prefix = "guzzle-4.2.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:4.2.3