yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/goldmark/v1.7.8
vault / goldmark / v1.7.8

goldmark @ v1.7.8

integrity

size
282.9 KiB
downloaded
last checked
overlays
go
detected
go module github.com/yuin/goldmark
source https://github.com/yuin/goldmark · available · github

download

unix · zip
curl -fL -o v1.7.8.zip https://ratatoskr.space/pkg/goldmark/v1.7.8.zip
                    printf '%s  %s\n' '71bb7c9926709c08023e27a0959e2b3ce192c98ecb62e0ab47e88ffc4cde2be6' 'v1.7.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.7.8.zip"
$out = "v1.7.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "71bb7c9926709c08023e27a0959e2b3ce192c98ecb62e0ab47e88ffc4cde2be6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.8.tar.gz https://ratatoskr.space/pkg/goldmark/v1.7.8.tar.gz
                    printf '%s  %s\n' '6607862af172872c24333c1babd40a875fc97654397efbc569ada35351336a78' 'v1.7.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.7.8.tar.gz"
$out = "v1.7.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6607862af172872c24333c1babd40a875fc97654397efbc569ada35351336a78") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.8.zip
                    printf '%s  %s\n' '71bb7c9926709c08023e27a0959e2b3ce192c98ecb62e0ab47e88ffc4cde2be6' 'v1.7.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.8.zip"
$out = "v1.7.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "71bb7c9926709c08023e27a0959e2b3ce192c98ecb62e0ab47e88ffc4cde2be6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.8.tar.gz
                    printf '%s  %s\n' '6607862af172872c24333c1babd40a875fc97654397efbc569ada35351336a78' 'v1.7.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.8.tar.gz"
$out = "v1.7.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6607862af172872c24333c1babd40a875fc97654397efbc569ada35351336a78") { throw "sha256 mismatch" }
artifact format size hashes
v1.7.8.zip zip 285.6 KiB
blake3-24 335786f7edc896276687e35a42b54f793a4412a689470596
sha256 71bb7c9926709c08023e27a0959e2b3ce192c98ecb62e0ab47e88ffc4cde2be6
sha1 87c121b60811133299d1adf2631635098d733993
v1.7.8.tar.gz tar.gz 247.6 KiB
blake3-24 c13489af3701d21d641b994ff18b05f39ba17774127e9870
sha256 6607862af172872c24333c1babd40a875fc97654397efbc569ada35351336a78
sha1 7c29fd3bf4080dfc5ff10080d6904cc97682e38a

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v1.7.8.zip zip 238.8 KiB
blake3-24 1a968b97be714631ab8d80e71819ba0f0fcc011a6c185204
sha256 7b1bab9d38585eb3365121924ce4a8be41d515dcb216d7045c3b40b8ce3325f5
sha1 cb95b1adf77d0f39e65cc982268df75c9091589f

install

bazel
http_archive(
    name = "goldmark",
    urls = ["https://ratatoskr.space/pkg/goldmark/v1.7.8.tar.gz"],
    integrity = "sha256-ZgeGKvFyhywkMzwbq9QKh1/JdlQ5fvvFaa2jU1Ezang=",
    strip_prefix = "goldmark-v1.7.8",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.7.8.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.7.8
install via yggdrasil mesh
bazel
http_archive(
    name = "goldmark",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.8.tar.gz"],
    integrity = "sha256-ZgeGKvFyhywkMzwbq9QKh1/JdlQ5fvvFaa2jU1Ezang=",
    strip_prefix = "goldmark-v1.7.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.8.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.7.8
← v1.7.9v1.7.7 →