diff options
author | Wainamoinen <wainamoinen@gmail.com> | 2015-08-13 22:07:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-13 22:07:08 +0700 |
commit | 17b4a6d7cda00713754ea5a4453e73b2133dbd45 (patch) | |
tree | 3a4f1c95728510d6766629a5cd5dc0ffa1337aae | |
parent | 5e72b5b167c1bcb6f4e875fe53ad740748f9aa6f (diff) | |
download | slackbuilds-17b4a6d7cda00713754ea5a4453e73b2133dbd45.tar.gz |
development/codelite: Updated for version 8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/codelite/README | 2 | ||||
-rw-r--r-- | development/codelite/codelite.SlackBuild | 8 | ||||
-rw-r--r-- | development/codelite/codelite.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/development/codelite/README b/development/codelite/README index 48d1c8dc95..bc8c2196c7 100644 --- a/development/codelite/README +++ b/development/codelite/README @@ -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 diff --git a/development/codelite/codelite.SlackBuild b/development/codelite/codelite.SlackBuild index a1efc6f7d4..9e3cfcfa2c 100644 --- a/development/codelite/codelite.SlackBuild +++ b/development/codelite/codelite.SlackBuild @@ -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 \ diff --git a/development/codelite/codelite.info b/development/codelite/codelite.info index 18e859a4fe..b47f1af497 100644 --- a/development/codelite/codelite.info +++ b/development/codelite/codelite.info @@ -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" |