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.4.4
vault / guzzle / 7.4.4

guzzle @ 7.4.4

integrity

size
110.5 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.4.4.zip https://ratatoskr.space/pkg/guzzle/7.4.4.zip
                    printf '%s  %s\n' '7233e9a3401ac889a22984c5770096980958a18dbf9193477aa88e6b6ea505fd' '7.4.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.4.4.zip"
$out = "7.4.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7233e9a3401ac889a22984c5770096980958a18dbf9193477aa88e6b6ea505fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.4.tar.gz https://ratatoskr.space/pkg/guzzle/7.4.4.tar.gz
                    printf '%s  %s\n' 'aaa98fe46061dc9577a277a64330923a68ded171b7485ee8076ae4e0c9c11cb7' '7.4.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.4.4.tar.gz"
$out = "7.4.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aaa98fe46061dc9577a277a64330923a68ded171b7485ee8076ae4e0c9c11cb7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.4.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.4.zip
                    printf '%s  %s\n' '7233e9a3401ac889a22984c5770096980958a18dbf9193477aa88e6b6ea505fd' '7.4.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.4.zip"
$out = "7.4.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7233e9a3401ac889a22984c5770096980958a18dbf9193477aa88e6b6ea505fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.4.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.4.tar.gz
                    printf '%s  %s\n' 'aaa98fe46061dc9577a277a64330923a68ded171b7485ee8076ae4e0c9c11cb7' '7.4.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.4.4.tar.gz"
$out = "7.4.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aaa98fe46061dc9577a277a64330923a68ded171b7485ee8076ae4e0c9c11cb7") { throw "sha256 mismatch" }
artifact format size hashes
7.4.4.zip zip 110.9 KiB
blake3-24 a6ac174af3d76d02c0645a872ef0b716cb649cf59e8a0d5a
sha256 7233e9a3401ac889a22984c5770096980958a18dbf9193477aa88e6b6ea505fd
sha1 81d1ae3cdbb377254a3b11c07ca349ddd5a549a9
7.4.4.tar.gz tar.gz 88.7 KiB
blake3-24 2e9daa4b93a9ea18770dde586ac8712a16634e129c554281
sha256 aaa98fe46061dc9577a277a64330923a68ded171b7485ee8076ae4e0c9c11cb7
sha1 5671e47f906962a3a6492eb073dff8d444c2233c

install

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