summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-09-12 20:37:05 +0200
committerMichel Zou2023-09-12 20:37:05 +0200
commita838ab06b9528aea3d022397d6eb84b9df514483 (patch)
tree237ef1ab0afe47c284b5ccac2bc235d3e2e32c62
parent72da3c2647f2dd1db0c2f5deea4f9efba3eea3c4 (diff)
downloadaur-a838ab06b9528aea3d022397d6eb84b9df514483.tar.gz
2.11.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8299e77b9410..91f2fec4f44a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.11.4
+ pkgver = 2.11.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.11/libxml2-2.11.4.tar.xz
- sha256sums = 737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7
+ source = https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.5.tar.xz
+ sha256sums = 3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 2516fe929821..7045bbafc5ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libxml2
-pkgver=2.11.4
+pkgver=2.11.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=('737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7')
+sha256sums=('3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"