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/v2.1.2
vault / goldmark / v2.1.2

goldmark @ v2.1.2

integrity

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

release notes

download

unix · zip
curl -fL -o v2.1.2.zip https://ratatoskr.space/pkg/goldmark/v2.1.2.zip
                    printf '%s  %s\n' 'c45a41095f7f599d2766e08922686a40e3e0db4ff84f6c84c392a0f261c7875d' 'v2.1.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.2.zip"
$out = "v2.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c45a41095f7f599d2766e08922686a40e3e0db4ff84f6c84c392a0f261c7875d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.2.tar.gz https://ratatoskr.space/pkg/goldmark/v2.1.2.tar.gz
                    printf '%s  %s\n' 'd7e0c43389200e8c75209b82ff45ebeb6eda00b016d3fe2e19d55fc4d5c33dc0' 'v2.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.2.tar.gz"
$out = "v2.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d7e0c43389200e8c75209b82ff45ebeb6eda00b016d3fe2e19d55fc4d5c33dc0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.2.zip
                    printf '%s  %s\n' 'c45a41095f7f599d2766e08922686a40e3e0db4ff84f6c84c392a0f261c7875d' 'v2.1.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.2.zip"
$out = "v2.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c45a41095f7f599d2766e08922686a40e3e0db4ff84f6c84c392a0f261c7875d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.2.tar.gz
                    printf '%s  %s\n' 'd7e0c43389200e8c75209b82ff45ebeb6eda00b016d3fe2e19d55fc4d5c33dc0' 'v2.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.2.tar.gz"
$out = "v2.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d7e0c43389200e8c75209b82ff45ebeb6eda00b016d3fe2e19d55fc4d5c33dc0") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.2.zip zip 366.0 KiB
blake3-24 31c8d733198658b0f89c0a07a99e9ba42ba08a2d41a8b4bc
sha256 c45a41095f7f599d2766e08922686a40e3e0db4ff84f6c84c392a0f261c7875d
sha1 ae43242a794b332fe8b09e26eb660a874da8d356
v2.1.2.tar.gz tar.gz 319.3 KiB
blake3-24 132801e8837124c7fa17282970fe924363efcc5371c32f8c
sha256 d7e0c43389200e8c75209b82ff45ebeb6eda00b016d3fe2e19d55fc4d5c33dc0
sha1 0f9f28bb8c771f8687a365e606c5adf230437b04

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
v2.1.2.zip zip 320.2 KiB
blake3-24 9ab8ea6dc61e93950c11cda5f1cfb9ed3813d5e8f369a211
sha256 c95acd53866af7b5ef83328d70d3ca2b439e154eed4f71bede6d126f96f4c057
sha1 13f937e56eac30c524a4ce7c47e4deb1404f3700

install

bazel
http_archive(
    name = "goldmark",
    urls = ["https://ratatoskr.space/pkg/goldmark/v2.1.2.tar.gz"],
    integrity = "sha256-1+DEM4kgDox1IJuC/0Xr627aALAW0/4uGdVfxNXDPcA=",
    strip_prefix = "goldmark-v2.1.2",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v2.1.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark/v2@v2.1.2
install via yggdrasil mesh
bazel
http_archive(
    name = "goldmark",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.2.tar.gz"],
    integrity = "sha256-1+DEM4kgDox1IJuC/0Xr627aALAW0/4uGdVfxNXDPcA=",
    strip_prefix = "goldmark-v2.1.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2@v2.1.2
← v2.1.3v2.1.0 →