mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/codelite: Updated for version 16.0.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
712320b61b
commit
d2ffec9d95
2 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=codelite
|
PRGNAM=codelite
|
||||||
VERSION=${VERSION:-15.0}
|
VERSION=${VERSION:-16.0.0}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="codelite"
|
PRGNAM="codelite"
|
||||||
VERSION="15.0"
|
VERSION="16.0.0"
|
||||||
HOMEPAGE="http://www.codelite.org/"
|
HOMEPAGE="http://www.codelite.org/"
|
||||||
DOWNLOAD="https://github.com/eranif/codelite/archive/15.0/codelite-15.0.tar.gz"
|
DOWNLOAD="https://github.com/eranif/codelite/archive/16.0.0/codelite-16.0.0.tar.gz"
|
||||||
MD5SUM="1c54744ab0c9b5732087687ab17ab49d"
|
MD5SUM="0141a38d2f686520d54fd19a6df0fac3"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="wxGTK3"
|
REQUIRES="wxGTK3"
|
||||||
|
|
Loading…
Reference in a new issue