yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/guzzle/7.5.3
vault / guzzle / 7.5.3

guzzle @ 7.5.3

integrity

size
110.7 KiB
downloaded
last checked
overlays
composer
detected
composer guzzlehttp/guzzle
source https://github.com/guzzle/guzzle · available · github

release notes

See change log for changes.

download

unix · zip
curl -fL -o 7.5.3.zip https://ratatoskr.space/pkg/guzzle/7.5.3.zip
                    printf '%s  %s\n' 'f5c8969151907988370b0cf3607b7008027b78b77b3288961792c75084356383' '7.5.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.5.3.zip"
$out = "7.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f5c8969151907988370b0cf3607b7008027b78b77b3288961792c75084356383") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.5.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.5.3.tar.gz
                    printf '%s  %s\n' '447b5f2834524390e2a0293d376d91f5c319922c2909463f7ac4c21eb257bb11' '7.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.5.3.tar.gz"
$out = "7.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "447b5f2834524390e2a0293d376d91f5c319922c2909463f7ac4c21eb257bb11") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.5.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.3.zip
                    printf '%s  %s\n' 'f5c8969151907988370b0cf3607b7008027b78b77b3288961792c75084356383' '7.5.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.3.zip"
$out = "7.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f5c8969151907988370b0cf3607b7008027b78b77b3288961792c75084356383") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.5.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.3.tar.gz
                    printf '%s  %s\n' '447b5f2834524390e2a0293d376d91f5c319922c2909463f7ac4c21eb257bb11' '7.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.3.tar.gz"
$out = "7.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "447b5f2834524390e2a0293d376d91f5c319922c2909463f7ac4c21eb257bb11") { throw "sha256 mismatch" }
artifact format size hashes
7.5.3.zip zip 111.1 KiB
blake3-24 82d8248424b067a3d51c24cad8c7d668c807babe6cafd5c3
sha256 f5c8969151907988370b0cf3607b7008027b78b77b3288961792c75084356383
sha1 398b610ad38773a1e5ce22fd30d806a333a1160b
7.5.3.tar.gz tar.gz 88.9 KiB
blake3-24 7e748cf9e39375cfd6081d7c3b6e7cbcaab821e2f7cdc500
sha256 447b5f2834524390e2a0293d376d91f5c319922c2909463f7ac4c21eb257bb11
sha1 464e28bc7f541b84e3c6ae7ac494c955dd4362a5

install

bazel
http_archive(
    name = "guzzle",
    urls = ["https://ratatoskr.space/pkg/guzzle/7.5.3.tar.gz"],
    integrity = "sha256-RHtfKDRSQ5DioCk9N22R9cMZkiwpCUY/esTCHrJXuxE=",
    strip_prefix = "guzzle-7.5.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.5.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg
composer require guzzlehttp/guzzle:7.5.3
install via yggdrasil mesh
bazel
http_archive(
    name = "guzzle",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.3.tar.gz"],
    integrity = "sha256-RHtfKDRSQ5DioCk9N22R9cMZkiwpCUY/esTCHrJXuxE=",
    strip_prefix = "guzzle-7.5.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.3.tar.gz",
composer
composer config secure-http false
composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg
composer require guzzlehttp/guzzle:7.5.3
← 7.6.17.6.0 →