mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/gnumeric: Updated for version 1.12.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b48647659b
commit
68bf2c0876
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gnumeric
|
||||
|
||||
# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010-2013 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gnumeric
|
||||
VERSION=${VERSION:-1.10.14}
|
||||
VERSION=${VERSION:-1.12.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gnumeric"
|
||||
VERSION="1.10.14"
|
||||
VERSION="1.12.8"
|
||||
HOMEPAGE="http://projects.gnome.org/gnumeric/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.14.tar.bz2"
|
||||
MD5SUM="d712851505e33f01d40e32b0c6dae56a"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.8.tar.xz"
|
||||
MD5SUM="ca4d5cc7f26bb62c1da041fc6ab27185"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="goffice"
|
||||
|
|
Loading…
Reference in a new issue