diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-05-18 10:25:17 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-05-19 17:15:34 +0300 |
commit | d088484808bb673c6c173a09ae09d9a758242599 (patch) | |
tree | 2aa5052e4dabac83812c28d6aba89e293a2e7e4a /community/uncrustify | |
parent | 73746194b92d675d4bd92bf3025ca992dcdd7926 (diff) | |
download | aports-d088484808bb673c6c173a09ae09d9a758242599.tar.bz2 aports-d088484808bb673c6c173a09ae09d9a758242599.tar.xz |
community/uncrustify: upgrade to 0.67
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 c64f8cc8f2..f6d06724d9 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=uncrustify -pkgver=0.66.1 +pkgver=0.67 pkgrel=0 pkgdesc="A source code beautifier" url="https://github.com/uncrustify/uncrustify" @@ -34,4 +34,4 @@ package() { make DESTDIR="$pkgdir" PREFIX=/usr install } -sha512sums="2385b8525abdbe1abe7c88bf884de09523e2246f4a36e53fb068620c85402d5184987ee71ed5243d2e582cbd529e646daa568ab54cf97fd309a04af875136996 uncrustify-0.66.1.tar.gz" +sha512sums="fbdd25c774284b3fb2d84084d6e35cace093eafa22b7ce9b988f2e2b26e05f2a56f664eb182ef2319abe494c0743c76e04a6bb1cc013fea79cd1edea33b8f8d2 uncrustify-0.67.tar.gz" |