diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-03 02:45:27 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-03 02:45:27 +0000 |
commit | bc6e60fda9e32d88c36dbc5ab9ee8ecbd4d9b459 (patch) | |
tree | dd97254e59620595905946c739710afa32fda563 /community/leptonica/APKBUILD | |
parent | 8cb04f6a2f98dc5cb6445861f8440ea506120c34 (diff) | |
download | aports-bc6e60fda9e32d88c36dbc5ab9ee8ecbd4d9b459.tar.bz2 aports-bc6e60fda9e32d88c36dbc5ab9ee8ecbd4d9b459.tar.xz |
community/leptonica: upgrade to 1.76.0
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 6d3d3f9a09..e987061c95 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.3 +pkgver=1.76.0 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="ba2586e76634afb9be6699e4261e55078dd176ee2d0674aedfe49f7f0736ddedadd6961bcce23391d47dc24511cf5ab4b451544f3349c2d060da5f789dc5ab3f leptonica-1.75.3.tar.gz" +sha512sums="83c77bebbf739cecab997ee08f7c9abf3ca884019c559b8f77c292ea2676c464cbf9b6812d7f12aefceef86c19d04bb3bc85119de298647a641b984dcdf3b111 leptonica-1.76.0.tar.gz" |