diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-04-17 16:30:34 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:38:16 +0200 |
commit | b2d07b39fdf132848eca5669e29c81f79f34c951 (patch) | |
tree | 2928b032b2164223fff241a3bb8067879751b66e /desktop/openbox/openbox.SlackBuild | |
parent | 21cc68d88db39c4cfd226f61c99d47a3fe458212 (diff) |
desktop/openbox: Updated for version 3.4.11.
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 743761d6572f..9081903583f5 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) |