diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-10 15:18:10 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-11 10:34:36 +0000 |
commit | 04a4337bb2068e5b46b1df97997e8b93d1bc1a29 (patch) | |
tree | 86314c8e2073c4c148bf819cb052fdbc7169c19b /community | |
parent | 30d4fd967fb7d9c38801d62dfce3edc10ce9e449 (diff) | |
download | aports-04a4337bb2068e5b46b1df97997e8b93d1bc1a29.tar.bz2 aports-04a4337bb2068e5b46b1df97997e8b93d1bc1a29.tar.xz |
community/xmlsec: rebuild against nss-3.38
Diffstat (limited to 'community')
-rw-r--r-- | community/xmlsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xmlsec/APKBUILD b/community/xmlsec/APKBUILD index bb30b5c02e..0981b050c8 100644 --- a/community/xmlsec/APKBUILD +++ b/community/xmlsec/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sander Maijers <S.N.Maijers+Alpine@gmail.com> pkgname='xmlsec' pkgver=1.2.25 -pkgrel=2 +pkgrel=3 pkgdesc="Provides a C based implementation for XML Signature Syntax and Processing and XML Encryption Syntax and Processing." url="https://github.com/lsh123/xmlsec/" arch="all" |