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_0_2
vault / inkscape / INKSCAPE_1_0_2

inkscape @ INKSCAPE_1_0_2

integrity

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

release notes

Due to a git/gitlab issue they do not contain bundled extensions.

In addition, out of git, the CMake package in it will declare that he is in an "unknown" version and that will be in the version string. Both problems are solved by creating the source package with make dist (or ninja dist) in a build folder for the git repo with the extensions submodule present, using CPack and temporarily replacing unknown with the current git hash.

Unfortunately, there is no way to use the gitlab release list and remove the "default" asset tarballs.

You can find all source tarball at https://inkscape.org/release/inkscape-${version}/source/dl/ and we are working on providing a packager-friendly source download URL page/scheme at https://gitlab.com/inkscape/inkscape-web/-/issues/486

Inkscape 1.0.2

Released on 2021-01-17.

Release highlights

This is a bugfix release:

download

unix · zip
curl -fL -o INKSCAPE_1_0_2.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_0_2.zip
                    printf '%s  %s\n' '40b3c4c9b79ca48edea1019f9603203c9adb8a062b4f6593bd9407acf60a50d0' 'INKSCAPE_1_0_2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_0_2.zip"
$out = "INKSCAPE_1_0_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40b3c4c9b79ca48edea1019f9603203c9adb8a062b4f6593bd9407acf60a50d0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_0_2.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_0_2.tar.gz
                    printf '%s  %s\n' '62b032de04efb9deebf17c04d586089cffb387ba9bb5af7a96b70b8044de2e95' 'INKSCAPE_1_0_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_0_2.tar.gz"
$out = "INKSCAPE_1_0_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62b032de04efb9deebf17c04d586089cffb387ba9bb5af7a96b70b8044de2e95") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_0_2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_0_2.zip
                    printf '%s  %s\n' '40b3c4c9b79ca48edea1019f9603203c9adb8a062b4f6593bd9407acf60a50d0' 'INKSCAPE_1_0_2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_0_2.zip"
$out = "INKSCAPE_1_0_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40b3c4c9b79ca48edea1019f9603203c9adb8a062b4f6593bd9407acf60a50d0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_0_2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_0_2.tar.gz
                    printf '%s  %s\n' '62b032de04efb9deebf17c04d586089cffb387ba9bb5af7a96b70b8044de2e95' 'INKSCAPE_1_0_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_0_2.tar.gz"
$out = "INKSCAPE_1_0_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62b032de04efb9deebf17c04d586089cffb387ba9bb5af7a96b70b8044de2e95") { throw "sha256 mismatch" }
artifact format size hashes
INKSCAPE_1_0_2.zip zip 65.5 MiB
blake3-24 94b632b109da3a08c023e22bd98b80b4a14b1ac622ffe111
sha256 40b3c4c9b79ca48edea1019f9603203c9adb8a062b4f6593bd9407acf60a50d0
sha1 98724984b598987493fc670df8caea3a6d1ef68c
INKSCAPE_1_0_2.tar.gz tar.gz 61.2 MiB
blake3-24 c3f3a9af88c42bf871ede06e30dee3a96fd3e3f05ed8deb8
sha256 62b032de04efb9deebf17c04d586089cffb387ba9bb5af7a96b70b8044de2e95
sha1 948d6e2537a8ed67687cf17a9f3894bb0301c5cb

install

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