summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-02-04 16:14:32 +0100
committerMichel Zou2024-02-04 16:14:32 +0100
commita1fcbddb4387d0e3d51be40f5d5603f9a82ae60e (patch)
tree12f61d163f4feb30ba7039962f87106ce05926c0
parentb05397e93c243c556558b28adab46921d588cb11 (diff)
downloadaur-a1fcbddb4387d0e3d51be40f5d5603f9a82ae60e.tar.gz
2.12.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbaab3873554..38b0b679606a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.12.4
+ pkgver = 2.12.5
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.4.tar.xz
- sha256sums = 497360e423cf0bd99eacdb7c6215dea92e6d6e89ee940393c2bae0e77cb9b7d0
+ source = https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.5.tar.xz
+ sha256sums = a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 27acff937b7c..2a606e6ee6e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.12.4
+pkgver=2.12.5
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=('497360e423cf0bd99eacdb7c6215dea92e6d6e89ee940393c2bae0e77cb9b7d0')
+sha256sums=('a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"