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