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.0.2
vault / goldmark / v1.0.2

goldmark @ v1.0.2

integrity

size
218.5 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.0.2.zip https://ratatoskr.space/pkg/goldmark/v1.0.2.zip
                    printf '%s  %s\n' '80468b28f42b36ef6642124c39d78a63b63b490c278a809238e6d20475796eb8' 'v1.0.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.0.2.zip"
$out = "v1.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80468b28f42b36ef6642124c39d78a63b63b490c278a809238e6d20475796eb8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.2.tar.gz https://ratatoskr.space/pkg/goldmark/v1.0.2.tar.gz
                    printf '%s  %s\n' '70636838eb754f43a5dbdee965fbeff6a1fed235414ac06b6b2a8e3be635505b' 'v1.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.0.2.tar.gz"
$out = "v1.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70636838eb754f43a5dbdee965fbeff6a1fed235414ac06b6b2a8e3be635505b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.0.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.0.2.zip
                    printf '%s  %s\n' '80468b28f42b36ef6642124c39d78a63b63b490c278a809238e6d20475796eb8' 'v1.0.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.0.2.zip"
$out = "v1.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80468b28f42b36ef6642124c39d78a63b63b490c278a809238e6d20475796eb8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.0.2.tar.gz
                    printf '%s  %s\n' '70636838eb754f43a5dbdee965fbeff6a1fed235414ac06b6b2a8e3be635505b' 'v1.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.0.2.tar.gz"
$out = "v1.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70636838eb754f43a5dbdee965fbeff6a1fed235414ac06b6b2a8e3be635505b") { throw "sha256 mismatch" }
artifact format size hashes
v1.0.2.zip zip 220.7 KiB
blake3-24 63d37358cdec41ea162cc2358f2746250bfbe45e92bad7bd
sha256 80468b28f42b36ef6642124c39d78a63b63b490c278a809238e6d20475796eb8
sha1 8c423ed4753252aff988d767370ccfbaf3f4953d
v1.0.2.tar.gz tar.gz 194.5 KiB
blake3-24 5ecdb6cd7844f28e4e29d547a55512a8902397ea0410b81f
sha256 70636838eb754f43a5dbdee965fbeff6a1fed235414ac06b6b2a8e3be635505b
sha1 c159641b96b4f155ae2d7898a8853c9526be17aa

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.0.2.zip zip 222.0 KiB
blake3-24 715e589d881fb8fb1713d04eaefaeba831d0cf9e1f8865ae
sha256 e3715e4d1472e5a06179adec3f52bd91562cefe43c0d690749be6a94ef186bf5
sha1 dc2b51f8fc11874923d013b2675af742a66b0027

install

bazel
http_archive(
    name = "goldmark",
    urls = ["https://ratatoskr.space/pkg/goldmark/v1.0.2.tar.gz"],
    integrity = "sha256-cGNoOOt1T0Ol297pZfvv9qH+0jVBSsBrayqOO+Y1UFs=",
    strip_prefix = "goldmark-v1.0.2",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.0.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.0.2
install via yggdrasil mesh
bazel
http_archive(
    name = "goldmark",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.0.2.tar.gz"],
    integrity = "sha256-cGNoOOt1T0Ol297pZfvv9qH+0jVBSsBrayqOO+Y1UFs=",
    strip_prefix = "goldmark-v1.0.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.0.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.0.2
← v1.0.3v1.0.1 →