summaryrefslogtreecommitdiffstats
path: root/xerces-c
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-07-03 22:58:42 +0000
committer Eric Hameleers <alien@slackware.com>2016-07-03 22:58:42 +0000
commitfe3c0ae77029216f3d118a9d3be23505363e187e (patch)
tree0345322f2951e7287ae05519db0a668fab8ac6bb /xerces-c
parent62afcbd31b982c1d886d08991ea13c5e823b8217 (diff)
downloadasb-fe3c0ae77029216f3d118a9d3be23505363e187e.tar.gz
asb-fe3c0ae77029216f3d118a9d3be23505363e187e.tar.xz
xerces-c: 3.1.3 was no longer available - updated to 3.1.4
Diffstat (limited to 'xerces-c')
-rwxr-xr-xxerces-c/build/xerces-c.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/xerces-c/build/xerces-c.SlackBuild b/xerces-c/build/xerces-c.SlackBuild
index ebd4b6fd..476c1d55 100755
--- a/xerces-c/build/xerces-c.SlackBuild
+++ b/xerces-c/build/xerces-c.SlackBuild
@@ -37,7 +37,7 @@
# * Initial build.
# 3.1.1-1: 16/Mar/2014 by Eric Hameleers <alien@slackware.com>
# * Update for Slackware 14 +
-# 3.1.3-1: 04/jul/2016 by Eric Hameleers <alien@slackware.com>
+# 3.1.4-1: 04/jul/2016 by Eric Hameleers <alien@slackware.com>
# * Update for Slackware 14.2
#
# Run 'sh xerces-c.SlackBuild' to build a Slackware package.
@@ -47,7 +47,7 @@
# -----------------------------------------------------------------------------
PRGNAM=xerces-c
-VERSION=${VERSION:-3.1.3}
+VERSION=${VERSION:-3.1.4}
MAJVER=$(echo $VERSION | cut -f1 -d.)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
@@ -67,8 +67,8 @@ TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="http://apache.cs.utah.edu/xerces/c/${MAJVER}/sources/${PRGNAM}-${VERSION}.tar.gz"
+SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.xz"
+SRCURL="http://apache.cs.utah.edu/xerces/c/${MAJVER}/sources/${PRGNAM}-${VERSION}.tar.xz"
##
## --- with a little luck, you won't have to edit below this point --- ##