uncrustify: update to 0.72.0.
This commit is contained in:
parent
5950b8e4f3
commit
edf41c0803
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'uncrustify'
|
||||
pkgname=uncrustify
|
||||
version=0.71.0
|
||||
version=0.72.0
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
wrksrc="$pkgname-$pkgname-$version"
|
||||
build_style=cmake
|
||||
hostmakedepends="python3"
|
||||
short_desc="Source Code Beautifier for multiple languages"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://uncrustify.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=1b765dfd36c985bb41e8d2da8d226ae8b769be79fb2e1e2c60a78b9bae23a8c3
|
||||
distfiles="https://github.com/uncrustify/uncrustify/archive/$pkgname-$version.tar.gz"
|
||||
checksum=d6fff70bc7823fac4c77013055333b79a4839909094e8eee8a14ee8f1777374e
|
||||
|
||||
do_check() {
|
||||
make -C build test
|
||||
|
|
Loading…
Reference in a new issue