mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/librelp: Updated for version 1.10.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1f271252d
commit
9fd3ee59d2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for librelp
|
||||
|
||||
# Copyright (c) 2019, Christophe Trussardi, Paris, France
|
||||
# Copyright (c) 2021, Christophe Trussardi, Paris, France
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=librelp
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="librelp"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://www.rsyslog.com/librelp/"
|
||||
DOWNLOAD="http://download.rsyslog.com/librelp/librelp-1.5.0.tar.gz"
|
||||
MD5SUM="d036b580078d188754b0bcc66b636318"
|
||||
DOWNLOAD="http://download.rsyslog.com/librelp/librelp-1.10.0.tar.gz"
|
||||
MD5SUM="ceec1b17ddbb24bbc8d40cdaa056c471"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue