diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-16 08:49:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-16 08:54:08 +0000 |
commit | 44e078b4b9caf05e110550e043fc29275b74952d (patch) | |
tree | 306d1d0aca19f1175713a63d2c0faf2e6b40df26 /community/leptonica | |
parent | 376c27e55cf451f2783a38b8e67a08958f0be2b0 (diff) | |
download | aports-44e078b4b9caf05e110550e043fc29275b74952d.tar.bz2 aports-44e078b4b9caf05e110550e043fc29275b74952d.tar.xz |
community/leptonica: upgrade to 1.75.3
Diffstat (limited to 'community/leptonica')
-rw-r--r-- | community/leptonica/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/leptonica/APKBUILD b/community/leptonica/APKBUILD index da78831c90..6d3d3f9a09 100644 --- a/community/leptonica/APKBUILD +++ b/community/leptonica/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=leptonica -pkgver=1.75.2 +pkgver=1.75.3 pkgrel=0 pkgdesc="Software that is broadly useful for image processing and image analysis applications" url="http://www.leptonica.com/" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="b5107673d1b94b936105cf9795e349c89bd58b80f5947f8e041867b052580215f4fb5bc728cd893c11082efdde11158562a1c93ad53387b6ffb33e7b9e089efb leptonica-1.75.2.tar.gz" +sha512sums="ba2586e76634afb9be6699e4261e55078dd176ee2d0674aedfe49f7f0736ddedadd6961bcce23391d47dc24511cf5ab4b451544f3349c2d060da5f789dc5ab3f leptonica-1.75.3.tar.gz" |