development/uncrustify: Updated for version 0.77.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2023-05-14 10:36:30 -07:00 committed by Willy Sudiarto Raharjo
parent 17f53b1a94
commit 4996ea548e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -1,14 +1,14 @@
#!/bin/bash
# Slackware build script for uncrustify
# Copyright 2015-2022, Zhu Qun-Ying
# Copyright 2015-2023, Zhu Qun-Ying
#
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=uncrustify
VERSION=${VERSION:-0.76.0}
VERSION=${VERSION:-0.77.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="uncrustify"
VERSION="0.76.0"
VERSION="0.77.1"
HOMEPAGE="http://uncrustify.sourceforge.net/"
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.76.0/uncrustify-uncrustify-0.76.0.tar.gz"
MD5SUM="c8860880c51be98effd40ff9f0804fc5"
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.77.1/uncrustify-uncrustify-0.77.1.tar.gz"
MD5SUM="ef89ada67e0f46a701c190692b05fd5b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""