summaryrefslogtreecommitdiffstats
path: root/inkscape
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-21 15:41:05 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-21 15:41:05 +0000
commit34c0896e81b73d66a19fb4b57d4982f023c9268a (patch)
treee6aeea05393866ac13f0e6906973dc487aef3527 /inkscape
parentee09495ab2e0da8ae62116bdc490bbcccacc355d (diff)
downloadasb-34c0896e81b73d66a19fb4b57d4982f023c9268a.tar.gz
asb-34c0896e81b73d66a19fb4b57d4982f023c9268a.tar.xz
inkscape: update to 1.1.1
Diffstat (limited to 'inkscape')
-rwxr-xr-xinkscape/build/inkscape.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/inkscape/build/inkscape.SlackBuild b/inkscape/build/inkscape.SlackBuild
index 6bb73cb1..cc60ac98 100755
--- a/inkscape/build/inkscape.SlackBuild
+++ b/inkscape/build/inkscape.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# Changelog:
# 1.0.1-1: 09/nov/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.1.1-1: 19/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh inkscape.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# -----------------------------------------------------------------------------
PRGNAM=inkscape
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -59,7 +61,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.xz"
-SRCURL="https://inkscape.org/gallery/item/21571/${PRGNAM}-${VERSION}.tar.xz"
+SRCURL="https://media.inkscape.org/dl/resources/file/${PRGNAM}-${VERSION}_2021-09-20_3bf5ae0d25.tar.xz"
##
## --- with a little luck, you won't have to edit below this point --- ##