summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2021-11-05 20:39:01 +0200
committerkevku2021-11-05 20:39:01 +0200
commit74da43d1a85d1b524c195de9143ea75aade765b3 (patch)
tree75d791ecad28be821a88f5569757ceab8a0f29ee
parent7afe24aeb64f67e09c94fa57d4fbcfa8df66f6f7 (diff)
downloadaur-xml-security-c.tar.gz
update 2.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 939a905b42aa..a2dc2a13be4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xml-security-c
pkgdesc = C++ Implementation of W3C security standards for XML
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = http://santuario.apache.org/
arch = i686
@@ -8,10 +8,10 @@ pkgbase = xml-security-c
license = Apache
depends = xerces-c
depends = xalan-c
- source = https://dlcdn.apache.org/santuario/c-library/xml-security-c-2.0.3.tar.bz2.asc
- source = https://dlcdn.apache.org/santuario/c-library/xml-security-c-2.0.3.tar.bz2
+ source = https://dlcdn.apache.org/santuario/c-library/xml-security-c-2.0.4.tar.bz2.asc
+ source = https://dlcdn.apache.org/santuario/c-library/xml-security-c-2.0.4.tar.bz2
validpgpkeys = DCAA15007BED9DE690CD9523378B845402277962
sha256sums = SKIP
- sha256sums = 803029f129005a9b453aa45f0b3e44c28b8f2ec5eb526c20c74f93995cf6da69
+ sha256sums = c83ed1b7c0189cce27a49caa81986938e76807bf35597e6056259af30726beca
pkgname = xml-security-c
diff --git a/PKGBUILD b/PKGBUILD
index c5464829ca33..e14152052599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname='xml-security-c'
-pkgver='2.0.3'
+pkgver='2.0.4'
pkgrel='1'
pkgdesc='C++ Implementation of W3C security standards for XML'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('xerces-c' 'xalan-c')
source=("https://dlcdn.apache.org/santuario/c-library/$pkgname-$pkgver.tar.bz2.asc"
"https://dlcdn.apache.org/santuario/c-library/$pkgname-$pkgver.tar.bz2")
sha256sums=('SKIP'
- '803029f129005a9b453aa45f0b3e44c28b8f2ec5eb526c20c74f93995cf6da69')
+ 'c83ed1b7c0189cce27a49caa81986938e76807bf35597e6056259af30726beca')
validpgpkeys=('DCAA15007BED9DE690CD9523378B845402277962')
build() {