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.6.0
vault / guzzle / 7.6.0

guzzle @ 7.6.0

integrity

size
111.2 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.6.0.zip https://ratatoskr.space/pkg/guzzle/7.6.0.zip
                    printf '%s  %s\n' '2a754fe6fd5b4dc736bec68db8d5b0140582f3238d4dc06dbb237e8b3d04df1d' '7.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.6.0.zip"
$out = "7.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a754fe6fd5b4dc736bec68db8d5b0140582f3238d4dc06dbb237e8b3d04df1d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.6.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.6.0.tar.gz
                    printf '%s  %s\n' '984d260c03fa145cd1d1f371e20ee973638c30f8d01b1b08254aff3153ebf6d4' '7.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.6.0.tar.gz"
$out = "7.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "984d260c03fa145cd1d1f371e20ee973638c30f8d01b1b08254aff3153ebf6d4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.0.zip
                    printf '%s  %s\n' '2a754fe6fd5b4dc736bec68db8d5b0140582f3238d4dc06dbb237e8b3d04df1d' '7.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.0.zip"
$out = "7.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a754fe6fd5b4dc736bec68db8d5b0140582f3238d4dc06dbb237e8b3d04df1d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.0.tar.gz
                    printf '%s  %s\n' '984d260c03fa145cd1d1f371e20ee973638c30f8d01b1b08254aff3153ebf6d4' '7.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.0.tar.gz"
$out = "7.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "984d260c03fa145cd1d1f371e20ee973638c30f8d01b1b08254aff3153ebf6d4") { throw "sha256 mismatch" }
artifact format size hashes
7.6.0.zip zip 111.6 KiB
blake3-24 3c828bebf5835137a7f326555cf83b1fca25f0798bc9442f
sha256 2a754fe6fd5b4dc736bec68db8d5b0140582f3238d4dc06dbb237e8b3d04df1d
sha1 64f5c11e754e1b02c9dea00efd2130d8f99192e1
7.6.0.tar.gz tar.gz 89.4 KiB
blake3-24 672286e9ee716b4b249cdfd58689e56a0483d636f0558914
sha256 984d260c03fa145cd1d1f371e20ee973638c30f8d01b1b08254aff3153ebf6d4
sha1 9d7fa514409fe266857d7c1061a481a2b920334f

install

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