inkscape @ INKSCAPE_1_1_2
integrity
- size
- 68.1 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Inkscape 1.1.2
Released on 2022-02-05
Release highlights
This is a bugfix release:
- Dependencies updated, fixing bitmap exports
- Graphic tablet pens erasors switch to the correct tool
- Fix lost styling of text converted to path
- Fix relative position of clones pasted to a new document
- Fix various crashes
Full release notes on https://wiki.inkscape.org/wiki/index.php/Release_notes/1.1.2
download
unix · zip
curl -fL -o INKSCAPE_1_1_2.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_2.zip
printf '%s %s\n' '8923be72b4bc36fd1b0f969e95038f21747f06c2f4a9507eb9eb97a9c9c7e5f3' 'INKSCAPE_1_1_2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_2.zip"
$out = "INKSCAPE_1_1_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8923be72b4bc36fd1b0f969e95038f21747f06c2f4a9507eb9eb97a9c9c7e5f3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_1_2.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_2.tar.gz
printf '%s %s\n' '5797c776a9bf1a824a15d0c6fbc90714bdcb80de18becd1138361b9f5724afd8' 'INKSCAPE_1_1_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_2.tar.gz"
$out = "INKSCAPE_1_1_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5797c776a9bf1a824a15d0c6fbc90714bdcb80de18becd1138361b9f5724afd8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_1_2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_2.zip
printf '%s %s\n' '8923be72b4bc36fd1b0f969e95038f21747f06c2f4a9507eb9eb97a9c9c7e5f3' 'INKSCAPE_1_1_2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_2.zip"
$out = "INKSCAPE_1_1_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8923be72b4bc36fd1b0f969e95038f21747f06c2f4a9507eb9eb97a9c9c7e5f3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_1_2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_2.tar.gz
printf '%s %s\n' '5797c776a9bf1a824a15d0c6fbc90714bdcb80de18becd1138361b9f5724afd8' 'INKSCAPE_1_1_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_2.tar.gz"
$out = "INKSCAPE_1_1_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5797c776a9bf1a824a15d0c6fbc90714bdcb80de18becd1138361b9f5724afd8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| INKSCAPE_1_1_2.zip | zip | 68.3 MiB |
blake3-24 64761a059648ebcb714e7cd6bf67633544e914e392ee9dcf
sha256 8923be72b4bc36fd1b0f969e95038f21747f06c2f4a9507eb9eb97a9c9c7e5f3
sha1 436b00c4513d4dd6d2f99151ab751d0906d2ee21
|
| INKSCAPE_1_1_2.tar.gz | tar.gz | 64.0 MiB |
blake3-24 defbdc7b8751671dc3190568cdd14d034101e57ecaeb5bff
sha256 5797c776a9bf1a824a15d0c6fbc90714bdcb80de18becd1138361b9f5724afd8
sha1 b72087f99794ba1787c222afa0a9335425c2f999
|
install
bazel
http_archive(
name = "inkscape",
urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_2.tar.gz"],
integrity = "sha256-V5fHdqm/GoJKFdDG+8kHFL3LgN4Yvs0RODYbn1ckr9g=",
strip_prefix = "inkscape-INKSCAPE_1_1_2",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_1_2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "inkscape",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_2.tar.gz"],
integrity = "sha256-V5fHdqm/GoJKFdDG+8kHFL3LgN4Yvs0RODYbn1ckr9g=",
strip_prefix = "inkscape-INKSCAPE_1_1_2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_1_2.tar.gz",