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.2.0
vault / guzzle / 7.2.0

guzzle @ 7.2.0

integrity

size
106.8 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.2.0.zip https://ratatoskr.space/pkg/guzzle/7.2.0.zip
                    printf '%s  %s\n' 'f0908f9860170cfedc09e1e9c377062f0c291c9e40ab3bed834329e401ab23e8' '7.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.2.0.zip"
$out = "7.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0908f9860170cfedc09e1e9c377062f0c291c9e40ab3bed834329e401ab23e8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.2.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.2.0.tar.gz
                    printf '%s  %s\n' '1c9a5c54b6316d16525a0e936e550fd4911f458fe0eb2fc5653aab4757c0f098' '7.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.2.0.tar.gz"
$out = "7.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c9a5c54b6316d16525a0e936e550fd4911f458fe0eb2fc5653aab4757c0f098") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.2.0.zip
                    printf '%s  %s\n' 'f0908f9860170cfedc09e1e9c377062f0c291c9e40ab3bed834329e401ab23e8' '7.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.2.0.zip"
$out = "7.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0908f9860170cfedc09e1e9c377062f0c291c9e40ab3bed834329e401ab23e8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.2.0.tar.gz
                    printf '%s  %s\n' '1c9a5c54b6316d16525a0e936e550fd4911f458fe0eb2fc5653aab4757c0f098' '7.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.2.0.tar.gz"
$out = "7.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1c9a5c54b6316d16525a0e936e550fd4911f458fe0eb2fc5653aab4757c0f098") { throw "sha256 mismatch" }
artifact format size hashes
7.2.0.zip zip 107.2 KiB
blake3-24 0282b0f0cdfe1271454086e34124e75762aa1b48f68f5ef0
sha256 f0908f9860170cfedc09e1e9c377062f0c291c9e40ab3bed834329e401ab23e8
sha1 eaea7d17f8e1c0e4404965fd3263ddf0bfc7a21c
7.2.0.tar.gz tar.gz 85.5 KiB
blake3-24 e9a8c50aa7008700e78368f951545f13e2b49be57dc88962
sha256 1c9a5c54b6316d16525a0e936e550fd4911f458fe0eb2fc5653aab4757c0f098
sha1 ee105d7096e3c28d1e2a114fdaa1b462224573d6

install

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