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

inkscape @ INKSCAPE_1_4

integrity

size
81.2 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://gitlab.com/inkscape/inkscape · available · gitlab

release notes

Release highlights

download

unix · zip
curl -fL -o INKSCAPE_1_4.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.zip
                    printf '%s  %s\n' '7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf' 'INKSCAPE_1_4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.zip"
$out = "INKSCAPE_1_4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_4.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz
                    printf '%s  %s\n' '19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e' 'INKSCAPE_1_4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz"
$out = "INKSCAPE_1_4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.zip
                    printf '%s  %s\n' '7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf' 'INKSCAPE_1_4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.zip"
$out = "INKSCAPE_1_4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz
                    printf '%s  %s\n' '19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e' 'INKSCAPE_1_4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz"
$out = "INKSCAPE_1_4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e") { throw "sha256 mismatch" }
artifact format size hashes
INKSCAPE_1_4.zip zip 81.3 MiB
blake3-24 fc984a59830fa4201f31d798a406aebe8a733b98fdccefc1
sha256 7df31ea86fce400fa37c59b3897bef673b3b76ea3c77959b7d606a110d307acf
sha1 3e2c239db8c5aa15c87d2a082a720579d01bc9e7
INKSCAPE_1_4.tar.gz tar.gz 75.7 MiB
blake3-24 fd6e23a80ae9ecb65d9ab120c97a1ec2bc564db804f94724
sha256 19f3fa5d4cccd31363bb7aa56b9d260df44e98f5a5268169153020b513f9f38e
sha1 28ce499582b22022caeb5815312cf65996ae6b24

install

bazel
http_archive(
    name = "inkscape",
    urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz"],
    integrity = "sha256-GfP6XUzM0xNju3qla50mDfROmPWlJoFpFTAgtRP5844=",
    strip_prefix = "inkscape-INKSCAPE_1_4",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "inkscape",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz"],
    integrity = "sha256-GfP6XUzM0xNju3qla50mDfROmPWlJoFpFTAgtRP5844=",
    strip_prefix = "inkscape-INKSCAPE_1_4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_4.tar.gz",
← INKSCAPE_0_92_5INKSCAPE_1_3_2 →