development/codeblocks: Updated for version 20.03.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
antonioleal 2020-04-10 00:38:03 +07:00 committed by Willy Sudiarto Raharjo
parent cc6facfbe8
commit ca256f5670
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for codeblocks
# Copyright 2018 Antonio Leal Lisbon, Portugal
# Copyright 2020 Antonio Leal Lisbon, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=codeblocks
VERSION=${VERSION:-17.12}
VERSION=${VERSION:-20.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION.release
tar xvf $CWD/$PRGNAM\_$VERSION.tar.xz
tar xJf $CWD/$PRGNAM\-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="codeblocks"
VERSION="17.12"
VERSION="20.03"
HOMEPAGE="http://www.codeblocks.org/"
DOWNLOAD="https://downloads.sourceforge.net/project/codeblocks/Sources/17.12/codeblocks_17.12.tar.xz"
MD5SUM="e7fb4fcf099fffe944b48af113944a81"
DOWNLOAD="http://sourceforge.net/projects/codeblocks/files/Sources/20.03/codeblocks-20.03.tar.xz"
MD5SUM="1b7ad8f346a4d2bdb51e983075731947"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"
REQUIRES="wxGTK3"
MAINTAINER="antonioleal"
EMAIL="antonioleal@yahoo.com"