mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/librelp: Updated for version 1.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d52f67f7b3
commit
f036ca56ef
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for librelp
|
||||
|
||||
# Copyright (c) 2021, Christophe Trussardi, Paris, France
|
||||
# Copyright (c) 2023, Christophe Trussardi, Paris, France
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,8 +24,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=librelp
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="librelp"
|
||||
VERSION="1.10.0"
|
||||
VERSION="1.11.0"
|
||||
HOMEPAGE="https://www.rsyslog.com/librelp/"
|
||||
DOWNLOAD="http://download.rsyslog.com/librelp/librelp-1.10.0.tar.gz"
|
||||
MD5SUM="ceec1b17ddbb24bbc8d40cdaa056c471"
|
||||
DOWNLOAD="http://download.rsyslog.com/librelp/librelp-1.11.0.tar.gz"
|
||||
MD5SUM="8130097ed0bf6b5f96083c410a1e89d9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue