development/codelite: Updated for version 16.0.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-05-09 21:31:47 +02:00
parent 712320b61b
commit d2ffec9d95
2 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=codelite
VERSION=${VERSION:-15.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-16.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="codelite"
VERSION="15.0"
VERSION="16.0.0"
HOMEPAGE="http://www.codelite.org/"
DOWNLOAD="https://github.com/eranif/codelite/archive/15.0/codelite-15.0.tar.gz"
MD5SUM="1c54744ab0c9b5732087687ab17ab49d"
DOWNLOAD="https://github.com/eranif/codelite/archive/16.0.0/codelite-16.0.0.tar.gz"
MD5SUM="0141a38d2f686520d54fd19a6df0fac3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxGTK3"