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.14.0
vault / guzzle / 7.14.0

guzzle @ 7.14.0

integrity

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

release notes

Added

Changed

Deprecated

download

unix · zip
curl -fL -o 7.14.0.zip https://ratatoskr.space/pkg/guzzle/7.14.0.zip
                    printf '%s  %s\n' '0cb8cfc11528297262c5ae3dc5d70e369b0d90317146aa74df10d3d418b75e44' '7.14.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.14.0.zip"
$out = "7.14.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0cb8cfc11528297262c5ae3dc5d70e369b0d90317146aa74df10d3d418b75e44") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.14.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.14.0.tar.gz
                    printf '%s  %s\n' '792a0209a29dd46237dc478ab31ff1072e7320909a6e4eee75fdf4c5041c6e48' '7.14.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.14.0.tar.gz"
$out = "7.14.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "792a0209a29dd46237dc478ab31ff1072e7320909a6e4eee75fdf4c5041c6e48") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.14.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.0.zip
                    printf '%s  %s\n' '0cb8cfc11528297262c5ae3dc5d70e369b0d90317146aa74df10d3d418b75e44' '7.14.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.0.zip"
$out = "7.14.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0cb8cfc11528297262c5ae3dc5d70e369b0d90317146aa74df10d3d418b75e44") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.14.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.0.tar.gz
                    printf '%s  %s\n' '792a0209a29dd46237dc478ab31ff1072e7320909a6e4eee75fdf4c5041c6e48' '7.14.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.0.tar.gz"
$out = "7.14.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "792a0209a29dd46237dc478ab31ff1072e7320909a6e4eee75fdf4c5041c6e48") { throw "sha256 mismatch" }
artifact format size hashes
7.14.0.zip zip 153.4 KiB
blake3-24 76120ee9c84010e40b41e1a7a74a68b68ff33845d4780c9b
sha256 0cb8cfc11528297262c5ae3dc5d70e369b0d90317146aa74df10d3d418b75e44
sha1 0dd97c0dffab451b1c117e5dc4dd75189164541f
7.14.0.tar.gz tar.gz 128.3 KiB
blake3-24 06d823226f047e288a8b9ce2306ca056ac14b1f3f241fd9a
sha256 792a0209a29dd46237dc478ab31ff1072e7320909a6e4eee75fdf4c5041c6e48
sha1 92840eef6e08bfb9afb36137ac0803e1b977116c

install

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