uncrustify: update to 0.80.1

This commit is contained in:
Mehdi Chinoune 2025-01-07 17:44:01 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 010dce80f6
commit 0c4611887c

View File

@ -3,7 +3,7 @@
_realname=uncrustify
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.78.1
pkgver=0.80.1
pkgrel=1
pkgdesc="Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA (mingw-w64)"
arch=(any)
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-python")
source=("https://github.com/uncrustify/uncrustify/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('ecaf4c0adca14c36dfffa30bc28e69865115ecd602c90eb16a8cddccb41caad2')
sha256sums=('0e2616ec2f78e12816388c513f7060072ff7942b42f1175eb28b24cb75aaec48')
build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"