mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/codeblocks: Updated for version 20.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cc6facfbe8
commit
ca256f5670
2 changed files with 7 additions and 7 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue