diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-05 13:31:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-02-05 13:31:59 +0000 |
commit | 9419c58bbe467c97fd561a735bccec3ec95c5673 (patch) | |
tree | 9b9fe5b4ba491b97dcc3ba3073140d936cafe01c /community/leptonica | |
parent | 9f6b1f4290bbcf0dff961cf527f973886b7e2e55 (diff) | |
download | aports-9419c58bbe467c97fd561a735bccec3ec95c5673.tar.bz2 aports-9419c58bbe467c97fd561a735bccec3ec95c5673.tar.xz |
community/leptonica: fix checksum
Diffstat (limited to 'community/leptonica')
-rw-r--r-- | community/leptonica/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/leptonica/APKBUILD b/community/leptonica/APKBUILD index 69c20bfe15..04da68ef9b 100644 --- a/community/leptonica/APKBUILD +++ b/community/leptonica/APKBUILD @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="8220eb656730eaaf1f2e0bde2531be0698d9eb7e59956158bbf799a877eb615a0b44845867bccc7352b17ca4aafde532734ba1494abf467410045aa125984d05 leptonica-1.75.1.tar.gz" +sha512sums="f4a00d17a23e9f3397dba8d896a550110ed3918e7697e7226c46721f66a5b8161b64bd8890c82253b338e1937e9d4b4365ca99d8f236c51bab27bc0f3ec575ee leptonica-1.75.1.tar.gz" |