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.3.0
vault / guzzle / 6.3.0

guzzle @ 6.3.0

integrity

size
97.8 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.3.0.zip https://ratatoskr.space/pkg/guzzle/6.3.0.zip
                    printf '%s  %s\n' 'f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1' '6.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.3.0.zip"
$out = "6.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.0.tar.gz https://ratatoskr.space/pkg/guzzle/6.3.0.tar.gz
                    printf '%s  %s\n' '036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f' '6.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.3.0.tar.gz"
$out = "6.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.zip
                    printf '%s  %s\n' 'f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1' '6.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.zip"
$out = "6.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.tar.gz
                    printf '%s  %s\n' '036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f' '6.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.0.tar.gz"
$out = "6.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f") { throw "sha256 mismatch" }
artifact format size hashes
6.3.0.zip zip 98.0 KiB
blake3-24 dfb2a655c572e8cacaafb6c1ef13faf267b9b4439fa47934
sha256 f4d6330422e87a7e560a0932762ab2e9b7337ee3af9275625894f9831d404dc1
sha1 02e8b85766e9aa9cf9045eeb129c4609726a591e
6.3.0.tar.gz tar.gz 79.8 KiB
blake3-24 aac75344b392d2b3a83ecff01ab0da79eba3751b5e4e1f63
sha256 036e12ae0fd482968b75c01ca81bcf951b6a8814d4d4f4e0c5f1acbd8972f18f
sha1 60e2f019090448afc6832eb725c52a50489eff00

install

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