diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-11-22 13:28:54 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-22 13:34:54 +0000 |
commit | a91795a4c8120e1837aeb72307690b4b118ce313 (patch) | |
tree | 4d191d596fed173277bcc6cb96c2e4618da4fb61 | |
parent | 79475c307634cc12a6a5345e73c17a87b1baceb1 (diff) | |
download | aports-a91795a4c8120e1837aeb72307690b4b118ce313.tar.bz2 aports-a91795a4c8120e1837aeb72307690b4b118ce313.tar.xz |
community/uncrustify: upgrade to 0.68
-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" |