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.1
vault / guzzle / 8.0.1

guzzle @ 8.0.1

integrity

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

release notes

Security

download

unix · zip
curl -fL -o 8.0.1.zip https://ratatoskr.space/pkg/guzzle/8.0.1.zip
                    printf '%s  %s\n' 'fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3' '8.0.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/8.0.1.zip"
$out = "8.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.1.tar.gz https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz
                    printf '%s  %s\n' '30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09' '8.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz"
$out = "8.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 8.0.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.zip
                    printf '%s  %s\n' 'fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3' '8.0.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.zip"
$out = "8.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz
                    printf '%s  %s\n' '30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09' '8.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz"
$out = "8.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09") { throw "sha256 mismatch" }
artifact format size hashes
8.0.1.zip zip 240.2 KiB
blake3-24 d2a81baea238256e6e2ba550c74bceab3550445260c50315
sha256 fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3
sha1 0679413b363263c9edd51e62306099f87eebbda1
8.0.1.tar.gz tar.gz 203.8 KiB
blake3-24 4e90e5dffa6fa7a9a25099cca7794590024ca2551794ac9c
sha256 30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09
sha1 c918f9949350276a1acee5449d5fc60f4bb9a6dc

install

bazel
http_archive(
    name = "guzzle",
    urls = ["https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz"],
    integrity = "sha256-MNdJjQcEn9ZiDDYA5EzRclVhhh5Yyi90BuYM/0ZX+gk=",
    strip_prefix = "guzzle-8.0.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg
composer require guzzlehttp/guzzle:8.0.1
install via yggdrasil mesh
bazel
http_archive(
    name = "guzzle",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz"],
    integrity = "sha256-MNdJjQcEn9ZiDDYA5EzRclVhhh5Yyi90BuYM/0ZX+gk=",
    strip_prefix = "guzzle-8.0.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz",
composer
composer config secure-http false
composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg
composer require guzzlehttp/guzzle:8.0.1
7.15.2 →