mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/vala: Updated for version 0.17.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
21dc241ebb
commit
a2a41e2708
3 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler----------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
vala: Vala (Compiler for the GObject type system)
|
||||
vala:
|
||||
vala: Vala is a new programming language that aims to bring modern
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Vala
|
||||
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2012 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.12.0}
|
||||
VERSION=${VERSION:-0.17.0}
|
||||
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 .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vala"
|
||||
VERSION="0.12.0"
|
||||
VERSION="0.17.0"
|
||||
HOMEPAGE="http://live.gnome.org/Vala"
|
||||
DOWNLOAD="http://download.gnome.org/sources/vala/0.12/vala-0.12.0.tar.bz2"
|
||||
MD5SUM="b11fafaa705085342156312e356b6ff2"
|
||||
DOWNLOAD="http://download.gnome.org/sources/vala/0.17/vala-0.17.0.tar.xz"
|
||||
MD5SUM="8775d5dd6c5b608a5581611afb901ed6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue