From 862b944178982fa1dd2b0dd57563aae4ca85d047 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 28 Jun 2011 10:41:03 +0000 Subject: Update to 0.32.0-1+sds2 --- libva/build/libva.SlackBuild | 8 +++++--- 1 file 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 # * Update. +# 0.32.0-1: 28/jun/2011 by Eric Hameleers +# * 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} -- cgit v1.2.3-65-gdbad