summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-11-27 19:39:51 +0100
committerMichel Zou2023-11-27 19:39:51 +0100
commitab606a4dd8f4ea7ad096850c5fb2091d3fa4a835 (patch)
treea75229a9e615abbcb43d5d68801ee69810826a5d
parent97188f46c67783751ce52ecdf098931b8e0cc3ff (diff)
downloadaur-ab606a4dd8f4ea7ad096850c5fb2091d3fa4a835.tar.gz
2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a83da686fa40..007d9ca8a5eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.12.0
+ pkgver = 2.12.1
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.0.tar.xz
- sha256sums = 431521c8e19ca396af4fa97743b5a6bfcccddbba90e16426a15e5374cd64fe0d
+ source = https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.1.tar.xz
+ sha256sums = 8982b9ccdf7f456e30d8f7012d50858c6623e495333b6191def455c7e95427eb
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 2cd869deb717..14ddeba0a39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.12.0
+pkgver=2.12.1
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=('431521c8e19ca396af4fa97743b5a6bfcccddbba90e16426a15e5374cd64fe0d')
+sha256sums=('8982b9ccdf7f456e30d8f7012d50858c6623e495333b6191def455c7e95427eb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"