mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/xmlsec: Updated for version 1.2.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac50abcbce
commit
0d06643104
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for xmlsec
|
||||
|
||||
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=xmlsec
|
||||
SRCNAM=xmlsec1
|
||||
VERSION=${VERSION:-1.2.33}
|
||||
VERSION=${VERSION:-1.2.34}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xmlsec"
|
||||
VERSION="1.2.33"
|
||||
VERSION="1.2.34"
|
||||
HOMEPAGE="https://www.aleksey.com/xmlsec/"
|
||||
DOWNLOAD="https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.33.tar.gz"
|
||||
MD5SUM="e3f3f7940ee1e25c222d49b5fdff9967"
|
||||
DOWNLOAD="https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.34.tar.gz"
|
||||
MD5SUM="87b0074e7ae535e061acf8ef64dada1b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue