aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibtheora/libtheora.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libtheora/libtheora.SlackBuild b/libtheora/libtheora.SlackBuild
index a04796d9..627d1b48 100755
--- a/libtheora/libtheora.SlackBuild
+++ b/libtheora/libtheora.SlackBuild
@@ -2,6 +2,8 @@
#
# Heavily based on the Slackware 10.2 SlackBuild
# http://www.theora.org
+#
+# bumped to version 1.0alpha7 - rafael2k
#
# got it from http://www.slacky.it/download/libraries/libtheora/1.0alpha5/src/libtheora.SlackBuild
# small changes by rhatto
@@ -18,7 +20,7 @@ if [ -f "~/.slackbuildrc" ]; then
fi
PACKAGE="libtheora"
-VERSION=${VERSION:=1.0alpha6}
+VERSION=${VERSION:=1.0alpha7}
ARCH=${ARCH:-i486}
TARGET=${TARGET:=$ARCH}
BUILD=${BUILD:=1rha}