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_1_1
vault / inkscape / INKSCAPE_1_1_1

inkscape @ INKSCAPE_1_1_1

integrity

size
67.1 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

SHA256: aeca0b9d33b5b1cfa9aa70433bdee6a8c3d020ffafc2e6f0c9a60eed7a7978af inkscape-1.1.1_2021-09-20_3bf5ae0d25.tar.xz

Inkscape 1.1.1

Released on 2021-09-21.

Bugfix release

Full release notes are available on https://wiki.inkscape.org/wiki/index.php/Release_notes/1.1.1

download

unix · zip
curl -fL -o INKSCAPE_1_1_1.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_1.zip
                    printf '%s  %s\n' '37cdc5ac265a9a4cb67f7aa210c9fe99069ad94513f01bd7b9c5a76161954bd0' 'INKSCAPE_1_1_1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_1.zip"
$out = "INKSCAPE_1_1_1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37cdc5ac265a9a4cb67f7aa210c9fe99069ad94513f01bd7b9c5a76161954bd0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_1_1.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_1.tar.gz
                    printf '%s  %s\n' '2a42325baa149ef30e4f1b86d85efed285a50c6288183dfc57e35cbfbeeb61b5' 'INKSCAPE_1_1_1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_1.tar.gz"
$out = "INKSCAPE_1_1_1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a42325baa149ef30e4f1b86d85efed285a50c6288183dfc57e35cbfbeeb61b5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_1_1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_1.zip
                    printf '%s  %s\n' '37cdc5ac265a9a4cb67f7aa210c9fe99069ad94513f01bd7b9c5a76161954bd0' 'INKSCAPE_1_1_1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_1.zip"
$out = "INKSCAPE_1_1_1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37cdc5ac265a9a4cb67f7aa210c9fe99069ad94513f01bd7b9c5a76161954bd0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_1_1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_1.tar.gz
                    printf '%s  %s\n' '2a42325baa149ef30e4f1b86d85efed285a50c6288183dfc57e35cbfbeeb61b5' 'INKSCAPE_1_1_1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_1.tar.gz"
$out = "INKSCAPE_1_1_1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a42325baa149ef30e4f1b86d85efed285a50c6288183dfc57e35cbfbeeb61b5") { throw "sha256 mismatch" }
artifact format size hashes
INKSCAPE_1_1_1.zip zip 67.2 MiB
blake3-24 04d1cad079d2520a6a2af98fbd23421b38231b085c3ad138
sha256 37cdc5ac265a9a4cb67f7aa210c9fe99069ad94513f01bd7b9c5a76161954bd0
sha1 df029724b8b6931d5795d419eea8972be18b4fc6
INKSCAPE_1_1_1.tar.gz tar.gz 62.9 MiB
blake3-24 2ef08658fe93295d76d9d6af93080b14e852e866cf5229c5
sha256 2a42325baa149ef30e4f1b86d85efed285a50c6288183dfc57e35cbfbeeb61b5
sha1 70b8442876813860e160d65f21d04da73f34cae9

install

bazel
http_archive(
    name = "inkscape",
    urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_1.tar.gz"],
    integrity = "sha256-KkIyW6oUnvMOTxuG2F7+0oWlDGKIGD38V+Ncv77rYbU=",
    strip_prefix = "inkscape-INKSCAPE_1_1_1",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "inkscape",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_1.tar.gz"],
    integrity = "sha256-KkIyW6oUnvMOTxuG2F7+0oWlDGKIGD38V+Ncv77rYbU=",
    strip_prefix = "inkscape-INKSCAPE_1_1_1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_1.tar.gz",
← INKSCAPE_1_1_2INKSCAPE_1_1 →