diff options
Diffstat (limited to 'libraries/goffice')
-rw-r--r-- | libraries/goffice/goffice.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/goffice/goffice.info | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/libraries/goffice/goffice.SlackBuild b/libraries/goffice/goffice.SlackBuild index 48c313938c..00ea28169e 100644 --- a/libraries/goffice/goffice.SlackBuild +++ b/libraries/goffice/goffice.SlackBuild @@ -25,16 +25,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=goffice -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.8.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/libraries/goffice/goffice.info b/libraries/goffice/goffice.info index 771fae5c54..3bd5fec6ab 100644 --- a/libraries/goffice/goffice.info +++ b/libraries/goffice/goffice.info @@ -1,10 +1,10 @@ PRGNAM="goffice" -VERSION="0.8.5" +VERSION="0.8.10" HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/goffice/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/goffice-0.8.5.tar.bz2" -MD5SUM="3dda09fa540c947d45384b53713e49d5" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/goffice-0.8.10.tar.bz2" +MD5SUM="2eb2f88fb0fb904deceb6a28c246652c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="alkos333" EMAIL="me@alkos333.net" -APPROVED="Erik Hanson" +APPROVED="dsomero" |