diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-25 16:08:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-25 16:08:01 +0700 |
commit | 27504d39f215cb7a8a74b6a7edab9b0fd6768914 (patch) | |
tree | 994ccd65ca90059c5be337eaa7a6d7280c470453 /libraries | |
parent | 500e288acd7c77cc81ed2be4a5f01732d6d54f64 (diff) |
libraries/xmlsec: Updated for version 1.3.0.
This reverts commit c5603f5d4cb83f82265772cb8b9f1ee0e521d398.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/xmlsec/xmlsec.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/xmlsec/xmlsec.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/xmlsec/xmlsec.SlackBuild b/libraries/xmlsec/xmlsec.SlackBuild index 248afe2999fc..8de70ceeed16 100644 --- a/libraries/xmlsec/xmlsec.SlackBuild +++ b/libraries/xmlsec/xmlsec.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xmlsec SRCNAM=xmlsec1 -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.2.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/xmlsec/xmlsec.info b/libraries/xmlsec/xmlsec.info index fcba78f689ab..b883f507ef34 100644 --- a/libraries/xmlsec/xmlsec.info +++ b/libraries/xmlsec/xmlsec.info @@ -1,8 +1,8 @@ PRGNAM="xmlsec" -VERSION="1.3.0" +VERSION="1.2.37" HOMEPAGE="https://www.aleksey.com/xmlsec/" -DOWNLOAD="https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.0.tar.gz" -MD5SUM="67cc873a7baa55bfe92cd849bb563d0e" +DOWNLOAD="https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.37.tar.gz" +MD5SUM="98dd3c884e2816c25c038a6e8af138fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |