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

guzzle @ 6.1.1

integrity

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

release notes

download

unix · zip
curl -fL -o 6.1.1.zip https://ratatoskr.space/pkg/guzzle/6.1.1.zip
                    printf '%s  %s\n' 'ae77c08d7ffb16970f0bb73e3abc212de02e41575d7ce6c74f09d0be16d7f6c4' '6.1.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.1.1.zip"
$out = "6.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ae77c08d7ffb16970f0bb73e3abc212de02e41575d7ce6c74f09d0be16d7f6c4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.1.1.tar.gz https://ratatoskr.space/pkg/guzzle/6.1.1.tar.gz
                    printf '%s  %s\n' 'a768821393eb25c71ec2fdd4d9db57c483ad5defa886c6f42ff463c6c2fe92b1' '6.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.1.1.tar.gz"
$out = "6.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a768821393eb25c71ec2fdd4d9db57c483ad5defa886c6f42ff463c6c2fe92b1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.1.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.1.zip
                    printf '%s  %s\n' 'ae77c08d7ffb16970f0bb73e3abc212de02e41575d7ce6c74f09d0be16d7f6c4' '6.1.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.1.zip"
$out = "6.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ae77c08d7ffb16970f0bb73e3abc212de02e41575d7ce6c74f09d0be16d7f6c4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.1.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.1.tar.gz
                    printf '%s  %s\n' 'a768821393eb25c71ec2fdd4d9db57c483ad5defa886c6f42ff463c6c2fe92b1' '6.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.1.tar.gz"
$out = "6.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a768821393eb25c71ec2fdd4d9db57c483ad5defa886c6f42ff463c6c2fe92b1") { throw "sha256 mismatch" }
artifact format size hashes
6.1.1.zip zip 94.9 KiB
blake3-24 587b5c31848567c88a5ed7bf1947692f38d58f1ef772f566
sha256 ae77c08d7ffb16970f0bb73e3abc212de02e41575d7ce6c74f09d0be16d7f6c4
sha1 be7205c81877ab3d1971761ae7d8071677daeedf
6.1.1.tar.gz tar.gz 77.0 KiB
blake3-24 bb56af91d79bfb632bab62e72d7248876e1fb67fbc706e9a
sha256 a768821393eb25c71ec2fdd4d9db57c483ad5defa886c6f42ff463c6c2fe92b1
sha1 1a5101844276161afe87c97973f89b01bf83932a

install

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