diff options
author | André Klitzing <aklitzing@gmail.com> | 2019-05-14 20:09:28 +0200 |
---|---|---|
committer | André Klitzing <aklitzing@gmail.com> | 2019-05-14 20:22:24 +0200 |
commit | 76e67eec4c2dad4fe27977a05267ad5313a42e13 (patch) | |
tree | 5c0c9afe36b554ecf5e3b19ca1ad47b30921951f /community/uncrustify | |
parent | 15b3e6e3be7e8b3fafcbe94bf3876608515d2a2f (diff) | |
download | aports-76e67eec4c2dad4fe27977a05267ad5313a42e13.tar.bz2 aports-76e67eec4c2dad4fe27977a05267ad5313a42e13.tar.xz |
community/uncrustify: upgrade to 0.69.0
Diffstat (limited to 'community/uncrustify')
-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" |