summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-10-01 19:38:32 -0400
committerPatrick Northon2023-10-01 19:38:32 -0400
commitf8e75085c5634576fb12625f48eeb0c999f9ac96 (patch)
treeff0c7d0c51bf8559b4c50e8f56f3b7645efcfe19 /PKGBUILD
parent0be1fd8ed850466c35a251058a9c3f8a1e9a3b8c (diff)
downloadaur-mingw-w64-pugixml.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d19b6e7819d..29c81a4404a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pugixml
pkgname=mingw-w64-${_pkgname}
-_majordotminor=1.13
+_majordotminor=1.14
pkgver=${_majordotminor}
pkgrel=1
pkgdesc='Light-weight, simple and fast XML parser for C++ with XPath support (mingw-w64)'
@@ -13,7 +13,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://github.com/zeux/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe')
+sha256sums=('2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015')
_srcdir="${_pkgname}-${_majordotminor}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'