diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-11-24 17:54:01 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-24 19:47:50 +0200 |
commit | ab32ad4925de178ae296a010a5a996b4766434dc (patch) | |
tree | 1c92526b3359b97cd0883ffccacf6cbf0ee6b9e0 /community | |
parent | 49a35677347232d3dd06428c9eafb23162d1ffa4 (diff) | |
download | aports-ab32ad4925de178ae296a010a5a996b4766434dc.tar.bz2 aports-ab32ad4925de178ae296a010a5a996b4766434dc.tar.xz |
community/uncrustify: upgrade to 0.68.1
Diffstat (limited to 'community')
-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" |