diff options
Diffstat (limited to 'community/leptonica/APKBUILD')
-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" |