summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-06-28 10:41:03 +0000
committer Eric Hameleers <alien@slackware.com>2011-06-28 10:41:03 +0000
commit862b944178982fa1dd2b0dd57563aae4ca85d047 (patch)
tree27e5b5dddb9cf4c997ba905f8f13bf9193b767fb
parent785c7d066021844fdd0e0dd6f4812a8bda404c3d (diff)
downloadasb-862b944178982fa1dd2b0dd57563aae4ca85d047.tar.gz
asb-862b944178982fa1dd2b0dd57563aae4ca85d047.tar.xz
Update to 0.32.0-1+sds2
-rwxr-xr-xlibva/build/libva.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libva/build/libva.SlackBuild b/libva/build/libva.SlackBuild
index dcdc1d33..ab6da59a 100755
--- a/libva/build/libva.SlackBuild
+++ b/libva/build/libva.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 0.31.1-1: 30/oct/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.32.0-1: 28/jun/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libva.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,8 +46,8 @@
# Set initial variables:
PRGNAM=libva
-VERSION=${VERSION:-"0.31.1"}
-EXTRAVER=${EXTRAVER:-"-1+sds4"}
+VERSION=${VERSION:-"0.32.0"}
+EXTRAVER=${EXTRAVER:-"-1+sds2"}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}