summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-03-04 20:18:06 +0100
committerMichel Zou2022-03-04 20:18:06 +0100
commit8256faa0911c74c5e6dc723785e10e45627292dc (patch)
treeda8847d62aab3abac2af1f85cff9363cafd11503
parent4ba69c3d6892d543dc40bda4d0ebd1a6dc60777e (diff)
downloadaur-8256faa0911c74c5e6dc723785e10e45627292dc.tar.gz
2.9.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb086e36acb..85dc57c6e3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libxml2
pkgdesc = XML parsing library, version 2 (mingw-w64)
- pkgver = 2.9.12
+ pkgver = 2.9.13
pkgrel = 1
url = http://www.xmlsoft.org/
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-libxml2
options = !buildflags
options = !strip
options = staticlibs
- source = http://xmlsoft.org/sources/libxml2-2.9.12.tar.gz
- sha256sums = c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92
+ source = https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.tar.xz
+ sha256sums = 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e
pkgname = mingw-w64-libxml2
diff --git a/PKGBUILD b/PKGBUILD
index 404eb3072895..4d83cd663f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Contributor: Filip Brcic <brcha@gna.org>
-
pkgname=mingw-w64-libxml2
-pkgver=2.9.12
+pkgver=2.9.13
pkgrel=1
arch=('any')
pkgdesc="XML parsing library, version 2 (mingw-w64)"
@@ -10,8 +8,8 @@ makedepends=('mingw-w64-configure')
options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.xmlsoft.org/"
-source=("http://xmlsoft.org/sources/libxml2-${pkgver}.tar.gz")
-sha256sums=('c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92')
+source=("https://download.gnome.org/sources/libxml2/2.9/libxml2-${pkgver}.tar.xz")
+sha256sums=('276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"