diff options
-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 2f04fe4ed7..e10da258a1 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=uncrustify -pkgver=0.68.1 +pkgver=0.69.0 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="f72d46be6287f814f6187ab1fccb4f554a62b8450ee12a3edf015b0844a62da608fc09899ee90087e58419ed8356bcc2949057793b1b5cce97c4342a6e6b5a62 uncrustify-0.68.1.tar.gz" +sha512sums="ea6d8d55c9692ca80834f3f8493919251e8836f5020c2ffdc4d98558ab134df2002a5fd8f726ea7127bf9873623878a4a23b71a45441702766ee4f6df3d85003 uncrustify-0.69.0.tar.gz" |