uncrustify: update to 0.77.1.
This commit is contained in:
parent
8df5d2ca01
commit
e4e933bafc
|
@ -1,18 +1,13 @@
|
||||||
# Template file for 'uncrustify'
|
# Template file for 'uncrustify'
|
||||||
pkgname=uncrustify
|
pkgname=uncrustify
|
||||||
version=0.75.1
|
version=0.77.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
short_desc="Source Code Beautifier for multiple languages"
|
short_desc="Source Code Beautifier for multiple languages"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://uncrustify.sourceforge.net/"
|
homepage="https://uncrustify.sourceforge.net/"
|
||||||
distfiles="https://github.com/uncrustify/uncrustify/archive/$pkgname-$version.tar.gz"
|
changelog="https://raw.githubusercontent.com/uncrustify/uncrustify/master/ChangeLog"
|
||||||
checksum=fd14acc0a31ed88b33137bdc26d32964327488c835f885696473ef07caf2e182
|
distfiles="https://github.com/uncrustify/uncrustify/archive/refs/tags/uncrustify-${version}.tar.gz"
|
||||||
|
checksum=414bbc9f7860eb18a53074f9af14ed04638a633b2216a73f2629291300d37c1b
|
||||||
post_install() {
|
|
||||||
for f in etc/*cfg; do
|
|
||||||
vinstall $f 0644 usr/share/${pkgname}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue