diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 11:54:18 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-05 13:36:02 +0100 |
commit | a439676586c0e22b38559c0cfb70d81123930b3a (patch) | |
tree | 05f43afccaf0ab542f95c5379daa4b148a9d8ba1 /main/libxml2/APKBUILD | |
parent | d8c0e5b27afd0fbc7da791fa48905ea99b9ec4bb (diff) | |
download | aports-a439676586c0e22b38559c0cfb70d81123930b3a.tar.bz2 aports-a439676586c0e22b38559c0cfb70d81123930b3a.tar.xz |
main/libxml2: upgrade to 2.9.7
Diffstat (limited to 'main/libxml2/APKBUILD')
-rw-r--r-- | main/libxml2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxml2/APKBUILD b/main/libxml2/APKBUILD index f2c59efe75..25b9560e3a 100644 --- a/main/libxml2/APKBUILD +++ b/main/libxml2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libxml2 -pkgver=2.9.6 -pkgrel=2 +pkgver=2.9.7 +pkgrel=0 pkgdesc="XML parsing library, version 2" url="http://www.xmlsoft.org/" arch="all" @@ -96,5 +96,5 @@ utils() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="5ef80f895374bd5dd3bcd5f00c715795f026bf45d998f8f762c0cdb739b8755e01de40cf853d98a3826eacef95c4adebe4777db11020e8d98d0bda921f55a0ed libxml2-2.9.6.tar.gz +sha512sums="da06cb7c5032ef4b7c8e902fabb9d2c74634c42c161be07a7c66a00d53a68029f89b0d4de32a6b9d4ff338c2d1d9c4e53aefb9cf50cb1c2d6c6b06b442ef42d5 libxml2-2.9.7.tar.gz 271e701daf08f10a8b591c5128f596105901a29ecc9ee72f088afab266eaec7932a4a7d2194baa07c69e1aa93f3e9dc01a4a890456f53416c45d490598be41d9 libxml2-2.9.4-remove-pyverify_fd.patch" |