summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-12-14 14:34:10 +0100
committerMichel Zou2023-12-14 14:34:10 +0100
commit1cb76b733c26014c9bdf76cb342c973f64b47acb (patch)
tree3d63fcc626c7e3448f8b88c18b57421da93afd5e
parenta84da5572095c62d171a3f9b392f38327f92b2ca (diff)
downloadaur-1cb76b733c26014c9bdf76cb342c973f64b47acb.tar.gz
2.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d02649f011f..150a39480164 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.12.2
+ pkgver = 2.12.3
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.12/libxml2-2.12.2.tar.xz
- sha256sums = 3f2e6464fa15073eb8f3d18602d54fafc489b7715171064615a40490c6be9f4f
+ source = https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.3.tar.xz
+ sha256sums = 8c8f1092340a89ff32bc44ad5c9693aff9bc8a7a3e161bb239666e5d15ac9aaa
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index bcb60f8be806..995e0b6ce3b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.12.2
+pkgver=2.12.3
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -9,7 +9,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.xmlsoft.org/"
source=("https://download.gnome.org/sources/libxml2/${pkgver::4}/libxml2-${pkgver}.tar.xz")
-sha256sums=('3f2e6464fa15073eb8f3d18602d54fafc489b7715171064615a40490c6be9f4f')
+sha256sums=('8c8f1092340a89ff32bc44ad5c9693aff9bc8a7a3e161bb239666e5d15ac9aaa')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"