Browse Source
office/gnumeric: Updated for version 1.12.56.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Jim Diamond
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
office/gnumeric/gnumeric.SlackBuild
-
office/gnumeric/gnumeric.info
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gnumeric |
|
|
|
VERSION=${VERSION:-1.12.55} |
|
|
|
VERSION=${VERSION:-1.12.56} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gnumeric" |
|
|
|
VERSION="1.12.55" |
|
|
|
VERSION="1.12.56" |
|
|
|
HOMEPAGE="https://projects.gnome.org/gnumeric/" |
|
|
|
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.55.tar.xz" |
|
|
|
MD5SUM="76ab216b25c48b4f5fbf05f73e1ca7d9" |
|
|
|
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.56.tar.xz" |
|
|
|
MD5SUM="8d5b6928173797043e0a0aceeb2ceb78" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="goffice" |
|
|
|
|