development/vala: Updated for version 0.27.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
6dc737039f
commit
406168c4fa
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Vala
|
||||
|
||||
# Copyright 2009-2014 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, 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=vala
|
||||
VERSION=${VERSION:-0.26.0}
|
||||
VERSION=${VERSION:-0.27.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vala"
|
||||
VERSION="0.26.0"
|
||||
VERSION="0.27.1"
|
||||
HOMEPAGE="http://live.gnome.org/Vala"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/vala/0.26/vala-0.26.0.tar.xz"
|
||||
MD5SUM="a418f9ffacdf4ab1e2ecf52c7a73bfea"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/vala/0.27/vala-0.27.1.tar.xz"
|
||||
MD5SUM="27302efb557d4a6bf634eb6444d90be8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue