goldmark @ v1.5.6
integrity
- size
- 275.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark
download
unix · zip
curl -fL -o v1.5.6.zip https://ratatoskr.space/pkg/goldmark/v1.5.6.zip
printf '%s %s\n' '6d00d34bcebc7cd622e81a5761e0a80b278a5ab93b8dc7bf0967c38e6d77ae73' 'v1.5.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.5.6.zip"
$out = "v1.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6d00d34bcebc7cd622e81a5761e0a80b278a5ab93b8dc7bf0967c38e6d77ae73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.6.tar.gz https://ratatoskr.space/pkg/goldmark/v1.5.6.tar.gz
printf '%s %s\n' '3826b185ef5d3bbc1483ebac924a8e356be8a34953b55b714be87cc70fcd8fa8' 'v1.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.5.6.tar.gz"
$out = "v1.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3826b185ef5d3bbc1483ebac924a8e356be8a34953b55b714be87cc70fcd8fa8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.5.6.zip
printf '%s %s\n' '6d00d34bcebc7cd622e81a5761e0a80b278a5ab93b8dc7bf0967c38e6d77ae73' 'v1.5.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.5.6.zip"
$out = "v1.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6d00d34bcebc7cd622e81a5761e0a80b278a5ab93b8dc7bf0967c38e6d77ae73") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.5.6.tar.gz
printf '%s %s\n' '3826b185ef5d3bbc1483ebac924a8e356be8a34953b55b714be87cc70fcd8fa8' 'v1.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.5.6.tar.gz"
$out = "v1.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3826b185ef5d3bbc1483ebac924a8e356be8a34953b55b714be87cc70fcd8fa8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.5.6.zip | zip | 277.4 KiB |
blake3-24 baf737a3d57226176a08a4ef5a3d9c7f1499ea5d07b5bf69
sha256 6d00d34bcebc7cd622e81a5761e0a80b278a5ab93b8dc7bf0967c38e6d77ae73
sha1 5386e9ad451942e995b45966ba98a34345200d44
|
| v1.5.6.tar.gz | tar.gz | 240.8 KiB |
blake3-24 5aa98cabf129ab324d65ae09378dd6db2de6aae7407a124b
sha256 3826b185ef5d3bbc1483ebac924a8e356be8a34953b55b714be87cc70fcd8fa8
sha1 4031446a342102fa6bf7dd06028452f48060c088
|
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.5.6.zip | zip | 230.6 KiB |
blake3-24 805f360be584c247a688d44601133ddfe5ce757b32be5219
sha256 00981c086545aa387c47748b3d1095c63c86221b4f456633849002c2270e1967
sha1 40409aa43cc8138559bf810e15288f6c515815a6
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v1.5.6.tar.gz"],
integrity = "sha256-OCaxhe9dO7wUg+uskkqONWvoo0lTtVtxS+h8xw/Nj6g=",
strip_prefix = "goldmark-v1.5.6",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.5.6.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.5.6
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.5.6.tar.gz"],
integrity = "sha256-OCaxhe9dO7wUg+uskkqONWvoo0lTtVtxS+h8xw/Nj6g=",
strip_prefix = "goldmark-v1.5.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.5.6.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.5.6