summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-09-25 09:35:59 +0200
committerMichel Zou2022-09-25 09:35:59 +0200
commit7ac0db3526ba09d4623442437a1a0d79078332f3 (patch)
tree2c0e2e17e7740f5ffa059878295c624442d80f5d
parente569867a2da2d75db5ad5cd0082d409913833e2e (diff)
downloadaur-7ac0db3526ba09d4623442437a1a0d79078332f3.tar.gz
2.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70caea482f48..515c1bbc7c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.14
+ pkgver = 2.10.2
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz
- sha256sums = 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee
+ source = https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.2.tar.xz
+ sha256sums = d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index dc82432e775e..dd5810e27a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.9.14
+pkgver=2.10.2
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -8,8 +8,8 @@ makedepends=('mingw-w64-configure')
options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.xmlsoft.org/"
-source=("https://download.gnome.org/sources/libxml2/2.9/libxml2-${pkgver}.tar.xz")
-sha256sums=('60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee')
+source=("https://download.gnome.org/sources/libxml2/2.10/libxml2-${pkgver}.tar.xz")
+sha256sums=('d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"