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/8.0.0
vault / guzzle / 8.0.0

guzzle @ 8.0.0

integrity

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

release notes

Added

Changed

Removed

download

unix · zip
curl -fL -o 8.0.0.zip https://ratatoskr.space/pkg/guzzle/8.0.0.zip
                    printf '%s  %s\n' '0fc014f8f0e4e0390b960a06e1d0d93854db504ab7d1814ba267913a0af5faeb' '8.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/8.0.0.zip"
$out = "8.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0fc014f8f0e4e0390b960a06e1d0d93854db504ab7d1814ba267913a0af5faeb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.0.tar.gz https://ratatoskr.space/pkg/guzzle/8.0.0.tar.gz
                    printf '%s  %s\n' '3753574272c2b72df413338b03f972fdc1cbad5f707fb353dc3350655d903d59' '8.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/8.0.0.tar.gz"
$out = "8.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3753574272c2b72df413338b03f972fdc1cbad5f707fb353dc3350655d903d59") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 8.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.0.zip
                    printf '%s  %s\n' '0fc014f8f0e4e0390b960a06e1d0d93854db504ab7d1814ba267913a0af5faeb' '8.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.0.zip"
$out = "8.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0fc014f8f0e4e0390b960a06e1d0d93854db504ab7d1814ba267913a0af5faeb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.0.tar.gz
                    printf '%s  %s\n' '3753574272c2b72df413338b03f972fdc1cbad5f707fb353dc3350655d903d59' '8.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.0.tar.gz"
$out = "8.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3753574272c2b72df413338b03f972fdc1cbad5f707fb353dc3350655d903d59") { throw "sha256 mismatch" }
artifact format size hashes
8.0.0.zip zip 237.4 KiB
blake3-24 afbf31d496d12cc4c781a7255e9edf67f75eb4190d6a85c3
sha256 0fc014f8f0e4e0390b960a06e1d0d93854db504ab7d1814ba267913a0af5faeb
sha1 58f18434fa997ff0236a69e942ffb7b2a473c60f
8.0.0.tar.gz tar.gz 201.5 KiB
blake3-24 45ef5cc3997772f9c1f32b1bc830ecd2233ef9fd2b034c2a
sha256 3753574272c2b72df413338b03f972fdc1cbad5f707fb353dc3350655d903d59
sha1 7b9d32220d800752b9b512c44cae1efd66bde75c

install

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