From cfd3adf1d05c38cf4b66116d4b0a335bccc9a5ea Mon Sep 17 00:00:00 2001 From: André Klitzing Date: Thu, 23 Nov 2017 13:42:10 +0100 Subject: community/uncrustify: upgrade to 0.66.1 --- community/uncrustify/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'community/uncrustify/APKBUILD') diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD index 8a72a1c8bc2..f221a6221b4 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,15 +1,14 @@ # Maintainer: André Klitzing pkgname=uncrustify -pkgver=0.66 -pkgrel=1 +pkgver=0.66.1 +pkgrel=0 pkgdesc="A source code beautifier" url="https://github.com/uncrustify/uncrustify" arch="all" license="GPL2" makedepends="cmake python2" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - skip-test.patch" +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir" build() { @@ -35,5 +34,4 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr install } -sha512sums="d1c243cd798db10e0dc51e89e48068480f406f9f399b6635ad7ef6d9a3b012df054574cd8361da98098dde23bc350d82bb309c5ac46676768ce1b7ba47122319 uncrustify-0.66.tar.gz -c24ab53c5d0ae16358381ea7f820fa997b5660ad3d898aa1d6d764adbd6fc049ca1562830fd15c4020b39a6debd4de87793f55bee51cd0a50d95c9585f36620e skip-test.patch" +sha512sums="2385b8525abdbe1abe7c88bf884de09523e2246f4a36e53fb068620c85402d5184987ee71ed5243d2e582cbd529e646daa568ab54cf97fd309a04af875136996 uncrustify-0.66.1.tar.gz" -- cgit v1.2.3