mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/openbox: Updated for version 3.6.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
24d03ff60a
commit
dd9ca633a0
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
# Currently maintained by Robby Workman <rw@rlworkman.net>
|
||||
|
||||
PRGNAM=openbox
|
||||
VERSION=${VERSION:-3.5.2}
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,7 +79,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openbox"
|
||||
VERSION="3.5.2"
|
||||
VERSION="3.6.1"
|
||||
HOMEPAGE="http://openbox.org/"
|
||||
DOWNLOAD="http://openbox.org/dist/openbox/openbox-3.5.2.tar.gz"
|
||||
MD5SUM="93df606606053b7e8578a5c116afb8ec"
|
||||
DOWNLOAD="http://openbox.org/dist/openbox/openbox-3.6.1.tar.xz"
|
||||
MD5SUM="46bf5f1edda0eda0d9e824b585988be9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue