development/codelite: Updated for version 8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5e72b5b167
commit
17b4a6d7cd
|
@ -8,4 +8,4 @@ Subversion integration, cscope integration, UnitTest++ integration,
|
|||
an interactive debugger built over GDB/LLDB and a source code editor
|
||||
(based on Scintilla).
|
||||
|
||||
Optional: Valgrind
|
||||
Optional: valgrind
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Wainamoinen <wainamoinen@gmail.com>
|
||||
|
||||
PRGNAM=codelite
|
||||
VERSION=${VERSION:-8.0}
|
||||
VERSION=${VERSION:-8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,9 +41,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-${VERSION}-1
|
||||
tar xvf $CWD/$PRGNAM-${VERSION}-1.tar.gz || tar xvf $CWD/${VERSION}-1.tar.gz
|
||||
cd $PRGNAM-${VERSION}-1
|
||||
rm -rf $PRGNAM-${VERSION}
|
||||
tar xvf $CWD/$PRGNAM-${VERSION}.tar.gz || tar xvf $CWD/${VERSION}.tar.gz
|
||||
cd $PRGNAM-${VERSION}
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="codelite"
|
||||
VERSION="8.0"
|
||||
VERSION="8.1"
|
||||
HOMEPAGE="http://www.codelite.org/"
|
||||
DOWNLOAD="https://github.com/eranif/codelite/archive/8.0-1.tar.gz"
|
||||
MD5SUM="1be80bf75f45243eebfd5d5c11f2d192"
|
||||
DOWNLOAD="https://github.com/eranif/codelite/archive/8.1.tar.gz"
|
||||
MD5SUM="363ac51e6cf81f77ed9905483d7ecd45"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3"
|
||||
|
|
Loading…
Reference in New Issue