guzzle @ 6.0.2
integrity
- size
- 90.0 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.0.2.zip https://ratatoskr.space/pkg/guzzle/6.0.2.zip
printf '%s %s\n' '3d7140b8b94d144c97d9d9db4a8cf94f68697a808ec80868ee7c482f1c24a562' '6.0.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.0.2.zip"
$out = "6.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d7140b8b94d144c97d9d9db4a8cf94f68697a808ec80868ee7c482f1c24a562") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.0.2.tar.gz https://ratatoskr.space/pkg/guzzle/6.0.2.tar.gz
printf '%s %s\n' 'af939993f019199303b06292f935ef211b708a409b52af255775ff3333cd8da2' '6.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.0.2.tar.gz"
$out = "6.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af939993f019199303b06292f935ef211b708a409b52af255775ff3333cd8da2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.0.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.2.zip
printf '%s %s\n' '3d7140b8b94d144c97d9d9db4a8cf94f68697a808ec80868ee7c482f1c24a562' '6.0.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.2.zip"
$out = "6.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d7140b8b94d144c97d9d9db4a8cf94f68697a808ec80868ee7c482f1c24a562") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.0.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.2.tar.gz
printf '%s %s\n' 'af939993f019199303b06292f935ef211b708a409b52af255775ff3333cd8da2' '6.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.2.tar.gz"
$out = "6.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af939993f019199303b06292f935ef211b708a409b52af255775ff3333cd8da2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.0.2.zip | zip | 89.8 KiB |
blake3-24 2f6efdb6d18ca17def012372d776cafb0177fcc31269cfda
sha256 3d7140b8b94d144c97d9d9db4a8cf94f68697a808ec80868ee7c482f1c24a562
sha1 4ac14fdfec78d4514273d7eed7520b6ed77b9501
|
| 6.0.2.tar.gz | tar.gz | 72.7 KiB |
blake3-24 724d76dcb688b1ee9a2b2c92e74b4ee12045062944c74238
sha256 af939993f019199303b06292f935ef211b708a409b52af255775ff3333cd8da2
sha1 f36ffa5f12855abcfd321e237f112d2a56c8f2d0
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.0.2.tar.gz"],
integrity = "sha256-r5OZk/AZGZMDsGKS+TXvIRtwikCbUq8lV3X/MzPNjaI=",
strip_prefix = "guzzle-6.0.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.0.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.0.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.2.tar.gz"],
integrity = "sha256-r5OZk/AZGZMDsGKS+TXvIRtwikCbUq8lV3X/MzPNjaI=",
strip_prefix = "guzzle-6.0.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.0.2