graphics/pinta: Updated for version 1.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-09 04:29:44 +07:00
parent 170acaef5b
commit c3d6449379
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for pinta
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pinta
VERSION=${VERSION:-1.5}
VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pinta"
VERSION="1.5"
VERSION="1.6"
HOMEPAGE="http://pinta-project.com/"
DOWNLOAD="https://github.com/PintaProject/Pinta/releases/download/1.5/pinta-1.5.tar.gz"
MD5SUM="f3e0d69b3fbda3aec6eeb36b5c94b81f"
DOWNLOAD="https://github.com/PintaProject/Pinta/releases/download/1.6/pinta-1.6.tar.gz"
MD5SUM="8a33ca030748c88f28ac624334ddf2cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mono-addins"