guzzle @ 6.5.0
integrity
- size
- 101.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.5.0.zip https://ratatoskr.space/pkg/guzzle/6.5.0.zip
printf '%s %s\n' 'd3f32083957892f0306aeb31fdddfeb685308aec534c33abc0ec79db933ee0ef' '6.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.0.zip"
$out = "6.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3f32083957892f0306aeb31fdddfeb685308aec534c33abc0ec79db933ee0ef") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.0.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.0.tar.gz
printf '%s %s\n' '5891e7be30550d2b5ca9199f4cb0cf4b257cfec43caa9398d06cd3914cd21646' '6.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.0.tar.gz"
$out = "6.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5891e7be30550d2b5ca9199f4cb0cf4b257cfec43caa9398d06cd3914cd21646") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.0.zip
printf '%s %s\n' 'd3f32083957892f0306aeb31fdddfeb685308aec534c33abc0ec79db933ee0ef' '6.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.0.zip"
$out = "6.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3f32083957892f0306aeb31fdddfeb685308aec534c33abc0ec79db933ee0ef") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.0.tar.gz
printf '%s %s\n' '5891e7be30550d2b5ca9199f4cb0cf4b257cfec43caa9398d06cd3914cd21646' '6.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.0.tar.gz"
$out = "6.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5891e7be30550d2b5ca9199f4cb0cf4b257cfec43caa9398d06cd3914cd21646") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.5.0.zip | zip | 102.2 KiB |
blake3-24 dd2cd0b7be7109993d3fa150df881d225a628bb83f666c5b
sha256 d3f32083957892f0306aeb31fdddfeb685308aec534c33abc0ec79db933ee0ef
sha1 1c278c1aa8934171fa52b9b05af25f0df96918d5
|
| 6.5.0.tar.gz | tar.gz | 82.9 KiB |
blake3-24 1432d5780a0bbc0627dea9ee93efbbf5ea6ddcf717e955fd
sha256 5891e7be30550d2b5ca9199f4cb0cf4b257cfec43caa9398d06cd3914cd21646
sha1 5919c258bcbaad2d7396ab23ffe6089ee6fd9e02
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.5.0.tar.gz"],
integrity = "sha256-WJHnvjBVDStcqRmfTLDPSyV8/sQ8qpOY0GzTkUzSFkY=",
strip_prefix = "guzzle-6.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.5.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.5.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.0.tar.gz"],
integrity = "sha256-WJHnvjBVDStcqRmfTLDPSyV8/sQ8qpOY0GzTkUzSFkY=",
strip_prefix = "guzzle-6.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.5.0