diff options
Diffstat (limited to 'desktop/openbox/openbox.SlackBuild')
-rw-r--r-- | desktop/openbox/openbox.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/openbox/openbox.SlackBuild b/desktop/openbox/openbox.SlackBuild index 743761d657..9081903583 100644 --- a/desktop/openbox/openbox.SlackBuild +++ b/desktop/openbox/openbox.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Openbox -# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com> +# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,9 +27,9 @@ # by Phillip Warner <pc_warner@yahoo.com> PRGNAM=openbox -VERSION=${VERSION:-3.4.7.2} +VERSION=${VERSION:-3.4.11} ARCH=${ARCH:-i486} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) |