libraries/freexl: Updated for version 1.0.0d.

Sorry to bypass the maintainer, but I needed freexl for the
libspatialite build, and the 1.0.0b tarball was no longer
available upstream.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-12 02:11:53 -05:00
parent 6721e56e57
commit cdc75a6475
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for FreeXL
# Copyright 2012 Alexander Bruy <alexander.bruy@gmail.com>
# All rights reserved.
#
@ -22,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=freexl
VERSION=${VERSION:-1.0.0b}
VERSION=${VERSION:-1.0.0d}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="freexl"
VERSION="1.0.0b"
VERSION="1.0.0d"
HOMEPAGE="https://www.gaia-gis.it/fossil/freexl/index"
DOWNLOAD="http://www.gaia-gis.it/gaia-sins/freexl-1.0.0b.tar.gz"
MD5SUM="e2e1c59eb2883d825782dfe8fe244207"
DOWNLOAD="http://www.gaia-gis.it/gaia-sins/freexl-1.0.0d.tar.gz"
MD5SUM="8c8bcff9f4ef597fa5e97bf70a853012"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alexander Bruy"
EMAIL="alexander.bruy@gmail.com"
APPROVED="dsomero"
APPROVED="rworkman"