mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/uncrustify: Updated for version 0.74.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca41cdf332
commit
c5fd775a74
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=uncrustify
|
||||
VERSION=${VERSION:-0.73.0}
|
||||
VERSION=${VERSION:-0.74.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uncrustify"
|
||||
VERSION="0.73.0"
|
||||
VERSION="0.74.0"
|
||||
HOMEPAGE="http://uncrustify.sourceforge.net/"
|
||||
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.73.0/uncrustify-uncrustify-0.73.0.tar.gz"
|
||||
MD5SUM="e62bfd39c978bedbaef0c7ea2485d80d"
|
||||
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.74.0/uncrustify-uncrustify-0.74.0.tar.gz"
|
||||
MD5SUM="9cd2e1828132bd908df965703e410fb5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue