diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-23 10:33:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-23 11:04:18 +0000 |
commit | ee46bc4c4905ec3c0bd7a619581d6b221ef223ae (patch) | |
tree | 53e39ca9738f18cbce53c03e07b4caccd9348d71 /main/texinfo/APKBUILD | |
parent | 715f6a900b7ee31944fdb0a65eed3c90db7b7728 (diff) | |
download | aports-ee46bc4c4905ec3c0bd7a619581d6b221ef223ae.tar.bz2 aports-ee46bc4c4905ec3c0bd7a619581d6b221ef223ae.tar.xz |
main/texinfo: upgrade to 6.0
Diffstat (limited to 'main/texinfo/APKBUILD')
-rw-r--r-- | main/texinfo/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index bb667aeb99..16c1ae2ca8 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=texinfo -pkgver=5.2 -pkgrel=4 +pkgver=6.0 +pkgrel=0 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" url="http://www.gnu.org/software/texinfo/" arch="all" @@ -34,6 +34,6 @@ package() { return 0 } -md5sums="cb489df8a7ee9d10a236197aefdb32c5 texinfo-5.2.tar.xz" -sha256sums="5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda texinfo-5.2.tar.xz" -sha512sums="6f9c5142db3b155bd601149b5632807b3c20dcfa7006ce5f7e120e6fc4b2174a3f4671c18232c040ffd69ebfb5950be5c563ac5cc08b88d03eb5a9f1b0f96c04 texinfo-5.2.tar.xz" +md5sums="02818e62a5b8ae0213a7ff572991bb50 texinfo-6.0.tar.xz" +sha256sums="11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4 texinfo-6.0.tar.xz" +sha512sums="36f82288dfb7c2385630043faf75ccef5af625952d792c669c5eea673ae5b3474c148041bf1935f87ddeaae7114103731277e715d0d510c6fb41e0211ab12494 texinfo-6.0.tar.xz" |