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

guzzle @ 7.14.1

integrity

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

release notes

Changed

Fixed

download

unix · zip
curl -fL -o 7.14.1.zip https://ratatoskr.space/pkg/guzzle/7.14.1.zip
                    printf '%s  %s\n' '7bfd79625c783bb4f1c400464281691ef843fcc1d00b307bafc68b7355d44010' '7.14.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.14.1.zip"
$out = "7.14.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7bfd79625c783bb4f1c400464281691ef843fcc1d00b307bafc68b7355d44010") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.14.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.14.1.tar.gz
                    printf '%s  %s\n' '5adf3df44e39a2fb9e992df369e60b4872b21859b3e7d0b8f4c5c9b601de7741' '7.14.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.14.1.tar.gz"
$out = "7.14.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5adf3df44e39a2fb9e992df369e60b4872b21859b3e7d0b8f4c5c9b601de7741") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.14.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.1.zip
                    printf '%s  %s\n' '7bfd79625c783bb4f1c400464281691ef843fcc1d00b307bafc68b7355d44010' '7.14.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.1.zip"
$out = "7.14.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7bfd79625c783bb4f1c400464281691ef843fcc1d00b307bafc68b7355d44010") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.14.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.1.tar.gz
                    printf '%s  %s\n' '5adf3df44e39a2fb9e992df369e60b4872b21859b3e7d0b8f4c5c9b601de7741' '7.14.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.1.tar.gz"
$out = "7.14.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5adf3df44e39a2fb9e992df369e60b4872b21859b3e7d0b8f4c5c9b601de7741") { throw "sha256 mismatch" }
artifact format size hashes
7.14.1.zip zip 159.3 KiB
blake3-24 520389c887eeaf65595dd09a39de4e52ca43bd3466dd329e
sha256 7bfd79625c783bb4f1c400464281691ef843fcc1d00b307bafc68b7355d44010
sha1 d4461b5c2328bbd8805bc25e16da651ff1eda396
7.14.1.tar.gz tar.gz 134.1 KiB
blake3-24 8754600046a79bac31b8e42cf4066ba87f2bbc367d65fe54
sha256 5adf3df44e39a2fb9e992df369e60b4872b21859b3e7d0b8f4c5c9b601de7741
sha1 5af45ffd777e7876d93e955e50a89011e3eb1111

install

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