diff options
author | dai9ah <dai9ah@protonmail.com> | 2018-02-09 23:31:24 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-13 14:08:59 +0000 |
commit | 6597da1df53b9d43bfe32a369aeeb2ae36b3970d (patch) | |
tree | abf9a055eb1bdd893ea5973ddabcc16e3095b64f /testing | |
parent | 23d03d9291a7c2cd5b1fa92bb306b1c498c39f01 (diff) | |
download | aports-6597da1df53b9d43bfe32a369aeeb2ae36b3970d.tar.bz2 aports-6597da1df53b9d43bfe32a369aeeb2ae36b3970d.tar.xz |
testing/global: upgrade to 6.6.2
Diffstat (limited to 'testing')
-rw-r--r-- | testing/global/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/global/APKBUILD b/testing/global/APKBUILD index d69724c7fd..6ef349bf77 100644 --- a/testing/global/APKBUILD +++ b/testing/global/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Daniel Sabogal <dsabogalcc@gmail.com> # Maintainer: pkgname=global -pkgver=6.5.7 +pkgver=6.6.2 pkgrel=0 pkgdesc="A source code tag system" url="http://www.gnu.org/software/global" @@ -39,4 +39,4 @@ package() { mv "$pkgdir"/usr/share/gtags/gtags-cscope.vim "$pkgdir"/usr/share/vim/vimfiles/plugin/gtags-cscope.vim } -sha512sums="0d33f718839e5e00bdd6d042b415a69c5e1f232d843610870505f8f20635b445810149b1b84ea8b77881f5f64814783ebe3cdcab2f84b8a085223b64293a9045 global-6.5.7.tar.gz" +sha512sums="5b9e77852ecafd5215f925a1b2c7d78c742f4e9329ba473196e41c29cc45af1b7e8290a62bd35c945c64b1da96f44d9e819a151ad0cb08e269ece6c5f75a1ebd global-6.6.2.tar.gz" |