summaryrefslogtreecommitdiffstats
path: root/openbox
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-08-09 23:52:10 +0000
committer Eric Hameleers <alien@slackware.com>2016-08-09 23:52:10 +0000
commit4c19abaf2ebe64bf28edbd108ace95d0ae453b97 (patch)
treea0722233586c4baf207fe83702662bcf29193c88 /openbox
parent7aba74d95bab091188ced3b9f448404f753050e9 (diff)
downloadasb-4c19abaf2ebe64bf28edbd108ace95d0ae453b97.tar.gz
asb-4c19abaf2ebe64bf28edbd108ace95d0ae453b97.tar.xz
openbox: updated to 3.6.1
Diffstat (limited to 'openbox')
-rwxr-xr-xopenbox/build/openbox.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/build/openbox.SlackBuild b/openbox/build/openbox.SlackBuild
index e432fd8e..9d0f578d 100755
--- a/openbox/build/openbox.SlackBuild
+++ b/openbox/build/openbox.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2008, 2009, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2009, 2013, 2016 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,8 @@
# * Initial build.
# 3.5.0-1: 16/may/2013 by Eric Hameleers <alien@slackware.com>
# * Update. Borrow some of the good stuff from the SBo script.
+# 3.6.1-1: 09/aug/2016 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh openbox.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -42,7 +44,7 @@
# -----------------------------------------------------------------------------
PRGNAM=openbox
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-3.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}