diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/uncrustify/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD index 8882c895b5..165a1d5408 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=uncrustify -pkgver=0.67 -pkgrel=1 +pkgver=0.68 +pkgrel=0 pkgdesc="A source code beautifier" url="https://github.com/uncrustify/uncrustify" arch="all" @@ -35,4 +35,4 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr install } -sha512sums="fbdd25c774284b3fb2d84084d6e35cace093eafa22b7ce9b988f2e2b26e05f2a56f664eb182ef2319abe494c0743c76e04a6bb1cc013fea79cd1edea33b8f8d2 uncrustify-0.67.tar.gz" +sha512sums="ecf55cc033d195817fe021f93e621e91f3d67eaeb76c0ff410b5d067807b48c780c67feb8e432f9ce96a466e1aa7cafbff19ef32b6c27de7b23729af4eb86e77 uncrustify-0.68.tar.gz" |