uncrustify: Fix checksums.

This commit is contained in:
Biswapriyo Nath
2021-05-03 09:55:20 +05:30
committed by GitHub
parent d287a5b572
commit 6fdaf2f8a1

View File

@@ -4,7 +4,7 @@ _realname=uncrustify
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.72.0
pkgrel=1
pkgrel=2
pkgdesc="Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA (mingw-w64)"
arch=(any)
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
source=("https://github.com/uncrustify/uncrustify/archive/${_realname}-${pkgver}.tar.gz"
"https://github.com/uncrustify/uncrustify/pull/2866.patch")
sha512sums=('bfcbdf0d8198e1dd91f1c8283441a56669610a84d55a17cdd504571da09b26fef026fd3f753acd9950e498f574e6771a206c72b76ffdea97747b7a4fdb481862'
'045660df375f37f1deb3361761497a9cb0e05b4dd842e93a6db56c7edd01dc079369371380479f85a87ba1653e8508fcec92879b912dc71f0a7176af7d6fb986')
'049251d0143ade1e3b2391806d421c0f2c643f1bafb29ee0a8074f028ab391af9cd6cacd2778ff66b8fee3f65503be96b744b702720d712d9b30b5cc45443dde')
prepare() {
cd "${srcdir}/${_realname}-${_realname}-${pkgver}"